From 979e78bcb5070b2d82de566b630688bec8887537 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Thu, 21 Dec 2023 12:27:59 -0500 Subject: [PATCH 1/2] Make a release issue template --- .github/ISSUE_TEMPLATE/release.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/release.yml diff --git a/.github/ISSUE_TEMPLATE/release.yml b/.github/ISSUE_TEMPLATE/release.yml new file mode 100644 index 0000000000..bc4d874fdc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/release.yml @@ -0,0 +1,28 @@ +name: 📦 Release Issue +description: Start a new self-hosted Sentry release +body: + - type: textarea + attributes: + value: | + [YY.M.N](https://github.com/getsentry/self-hosted/issues) | ***YY.M.N*** | [YY.M.N](https://github.com/getsentry/self-hosted/issues) + + - [ ] Release all components (_replace items with [publish repo issue links](https://github.com/getsentry/publish/issues)_). + - [ ] [`develop`](https://github.com/getsentry/develop/actions/workflows/prepare-release.yml) + - [ ] [`relay`](https://github.com/getsentry/relay/actions/workflows/release_binary.yml) + - [ ] [`sentry`](https://github.com/getsentry/sentry/actions/workflows/release.yml) + - [ ] [`sentry-docs`](https://github.com/getsentry/sentry-docs/actions/workflows/prepare-release.yml) + - [ ] [`snuba`](https://github.com/getsentry/snuba/actions/workflows/release.yml) + - [ ] [`symbolicator`](https://github.com/getsentry/symbolicator/actions/workflows/release.yml) + - [ ] [`vroom`](https://github.com/getsentry/vroom/actions/workflows/release.yaml) + - [ ] Release self-hosted. + - [ ] [Prepare the `self-hosted` release](https://github.com/getsentry/self-hosted/actions/workflows/release.yml) (_replace with publish issue repo link_). + - [ ] Check to make sure the new release branch in self-hosted includes the appropriate CalVer images. + - [ ] Accept (publish) the release. + - [ ] Edit [release notes](https://github.com/getsentry/self-hosted/releases) as necessary. + - [ ] Follow up. + - [ ] [Create the next release issue](https://github.com/getsentry/self-hosted/issues/new) (_replace with link_). + - [ ] Update the [quarterly ticket](https://github.com/getsentry/team-ospo/issues). + - [ ] Update the [release issue template](https://github.com/getsentry/self-hosted/blob/master/.github/ISSUE_TEMPLATE/release.yml). + - [ ] Create a PR to update relocation release tests to add the new version (_replace with link_). + validations: + required: true From 26b8832b5966ff9ee4a4e1ba6bda764cda0f812e Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Thu, 21 Dec 2023 12:29:22 -0500 Subject: [PATCH 2/2] Whack-a-mole --- .github/ISSUE_TEMPLATE/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/release.yml b/.github/ISSUE_TEMPLATE/release.yml index bc4d874fdc..3316591a3c 100644 --- a/.github/ISSUE_TEMPLATE/release.yml +++ b/.github/ISSUE_TEMPLATE/release.yml @@ -3,6 +3,7 @@ description: Start a new self-hosted Sentry release body: - type: textarea attributes: + label: template value: | [YY.M.N](https://github.com/getsentry/self-hosted/issues) | ***YY.M.N*** | [YY.M.N](https://github.com/getsentry/self-hosted/issues)