Skip to content

Commit cab46e4

Browse files
authored
Make a release issue template (#2666)
1 parent c6b995b commit cab46e4

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/ISSUE_TEMPLATE/release.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: 📦 Release Issue
2+
description: Start a new self-hosted Sentry release
3+
body:
4+
- type: textarea
5+
attributes:
6+
label: template
7+
value: |
8+
[YY.M.N](https://github.com/getsentry/self-hosted/issues) | ***YY.M.N*** | [YY.M.N](https://github.com/getsentry/self-hosted/issues)
9+
10+
- [ ] Release all components (_replace items with [publish repo issue links](https://github.com/getsentry/publish/issues)_).
11+
- [ ] [`develop`](https://github.com/getsentry/develop/actions/workflows/prepare-release.yml)
12+
- [ ] [`relay`](https://github.com/getsentry/relay/actions/workflows/release_binary.yml)
13+
- [ ] [`sentry`](https://github.com/getsentry/sentry/actions/workflows/release.yml)
14+
- [ ] [`sentry-docs`](https://github.com/getsentry/sentry-docs/actions/workflows/prepare-release.yml)
15+
- [ ] [`snuba`](https://github.com/getsentry/snuba/actions/workflows/release.yml)
16+
- [ ] [`symbolicator`](https://github.com/getsentry/symbolicator/actions/workflows/release.yml)
17+
- [ ] [`vroom`](https://github.com/getsentry/vroom/actions/workflows/release.yaml)
18+
- [ ] Release self-hosted.
19+
- [ ] [Prepare the `self-hosted` release](https://github.com/getsentry/self-hosted/actions/workflows/release.yml) (_replace with publish issue repo link_).
20+
- [ ] Check to make sure the new release branch in self-hosted includes the appropriate CalVer images.
21+
- [ ] Accept (publish) the release.
22+
- [ ] Edit [release notes](https://github.com/getsentry/self-hosted/releases) as necessary.
23+
- [ ] Follow up.
24+
- [ ] [Create the next release issue](https://github.com/getsentry/self-hosted/issues/new) (_replace with link_).
25+
- [ ] Update the [quarterly ticket](https://github.com/getsentry/team-ospo/issues).
26+
- [ ] Update the [release issue template](https://github.com/getsentry/self-hosted/blob/master/.github/ISSUE_TEMPLATE/release.yml).
27+
- [ ] Create a PR to update relocation release tests to add the new version (_replace with link_).
28+
validations:
29+
required: true

0 commit comments

Comments
 (0)