From 42cdc10fc79a94a63c46e1e2b5559041932fac43 Mon Sep 17 00:00:00 2001 From: Aaron Clawson <3766680+MadVikingGod@users.noreply.github.com> Date: Tue, 26 Apr 2022 14:37:10 +0000 Subject: [PATCH 1/4] Add a release template --- .github/ISSUE_TEMPLATE/version_release.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/version_release.md diff --git a/.github/ISSUE_TEMPLATE/version_release.md b/.github/ISSUE_TEMPLATE/version_release.md new file mode 100644 index 00000000000..24924640c00 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/version_release.md @@ -0,0 +1,19 @@ +--- +name: Version Release +about: Create a report of invalid behavior to help us improve +title: 'Release Checklist' +labels: '' +assignees: '' + +--- + +- [ ] Complete [Milestone](https://github.com/open-telemetry/opentelemetry-go/milestone/) +- [ ] Update contrib codebase to support changes about to be released (use a git sha version) +- [ ] [Pre-release](https://github.com/open-telemetry/opentelemetry-go/blob/main/RELEASING.md#pre-release) +- [ ] [Tag](https://github.com/open-telemetry/opentelemetry-go/blob/main/RELEASING.md#tag) +- [ ] [Release](https://github.com/open-telemetry/opentelemetry-go/blob/main/RELEASING.md#release) +- [ ] [Check examples](https://github.com/open-telemetry/opentelemetry-go/blob/main/RELEASING.md#verify-examples) +- [ ] [Sync with Contrib](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/RELEASING.md#upgrade-goopentelemetryiootel-packages) +- [ ] [Release contrib](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/RELEASING.md#release-process) +- [ ] [Sync website docs](https://github.com/open-telemetry/opentelemetry-go/blob/main/RELEASING.md#website-documentation) +- [ ] Close the milestone \ No newline at end of file From 0cf79edb64fda137bf44c10b13da7294d4341a7d Mon Sep 17 00:00:00 2001 From: Aaron Clawson <3766680+MadVikingGod@users.noreply.github.com> Date: Tue, 26 Apr 2022 11:03:04 -0500 Subject: [PATCH 2/4] Update the about field Co-authored-by: Damien Mathieu <42@dmathieu.com> --- .github/ISSUE_TEMPLATE/version_release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/version_release.md b/.github/ISSUE_TEMPLATE/version_release.md index 24924640c00..9427f0590c7 100644 --- a/.github/ISSUE_TEMPLATE/version_release.md +++ b/.github/ISSUE_TEMPLATE/version_release.md @@ -1,6 +1,6 @@ --- name: Version Release -about: Create a report of invalid behavior to help us improve +about: Checklist to follow when shipping a new release. title: 'Release Checklist' labels: '' assignees: '' From 65f3e9fcd77db68d14074e30cf94935bd8225e3d Mon Sep 17 00:00:00 2001 From: Aaron Clawson <3766680+MadVikingGod@users.noreply.github.com> Date: Mon, 9 May 2022 15:00:30 +0000 Subject: [PATCH 3/4] Fix linting Issues --- .github/ISSUE_TEMPLATE/version_release.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/version_release.md b/.github/ISSUE_TEMPLATE/version_release.md index 9427f0590c7..d559ac03cec 100644 --- a/.github/ISSUE_TEMPLATE/version_release.md +++ b/.github/ISSUE_TEMPLATE/version_release.md @@ -7,7 +7,9 @@ assignees: '' --- + - [ ] Complete [Milestone](https://github.com/open-telemetry/opentelemetry-go/milestone/) + - [ ] Update contrib codebase to support changes about to be released (use a git sha version) - [ ] [Pre-release](https://github.com/open-telemetry/opentelemetry-go/blob/main/RELEASING.md#pre-release) - [ ] [Tag](https://github.com/open-telemetry/opentelemetry-go/blob/main/RELEASING.md#tag) @@ -16,4 +18,4 @@ assignees: '' - [ ] [Sync with Contrib](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/RELEASING.md#upgrade-goopentelemetryiootel-packages) - [ ] [Release contrib](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/RELEASING.md#release-process) - [ ] [Sync website docs](https://github.com/open-telemetry/opentelemetry-go/blob/main/RELEASING.md#website-documentation) -- [ ] Close the milestone \ No newline at end of file +- [ ] Close the milestone From 33ef0345602149bacb004454d2d2b377c9b5be03 Mon Sep 17 00:00:00 2001 From: Aaron Clawson <3766680+MadVikingGod@users.noreply.github.com> Date: Mon, 13 Jun 2022 16:38:00 +0000 Subject: [PATCH 4/4] Add ignore for template link --- .github/ISSUE_TEMPLATE/version_release.md | 1 + .lycheeignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/version_release.md b/.github/ISSUE_TEMPLATE/version_release.md index d559ac03cec..f0a7c0a975a 100644 --- a/.github/ISSUE_TEMPLATE/version_release.md +++ b/.github/ISSUE_TEMPLATE/version_release.md @@ -8,6 +8,7 @@ assignees: '' --- + - [ ] Complete [Milestone](https://github.com/open-telemetry/opentelemetry-go/milestone/) - [ ] Update contrib codebase to support changes about to be released (use a git sha version) diff --git a/.lycheeignore b/.lycheeignore index d300b3f801f..545d634525d 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -1,2 +1,3 @@ http://localhost http://jaeger-collector +https://github.com/open-telemetry/opentelemetry-go/milestone/