diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md index 2ba7af3ba3..5a80125776 100644 --- a/.github/ISSUE_TEMPLATE/release.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -19,17 +19,22 @@ assignees: '' git commit -a -m "Update all locales with the latest Transifex translations" git push upstream master +- [ ] Create a tag: +
Command line instructions: +
+    git tag vX.X.X
+    git push upstream vX.X.X
+
- [ ] [Draft new release]. Look at previous [releases] for inspiration. - - Select latest master commit + - Select new release tag - _Generate release notes_ and arrange into categories as required. - [ ] Notify [#instance-managers] of user-facing changes. ## 2. Testing -- [ ] Copy the release commit below - [ ] Move this issue to Test Ready. - [ ] Notify `@testers` in [#testing]. -- [ ] Test build: [Deploy to Staging] with commit +- [ ] Test build: [Deploy to Staging] with release tag. ## 3. Finish on Tuesday