diff --git a/.github/PULL_REQUEST_TEMPLATE/release-checklist.md b/.github/PULL_REQUEST_TEMPLATE/release-checklist.md index cf28a035e..5c96c25e2 100644 --- a/.github/PULL_REQUEST_TEMPLATE/release-checklist.md +++ b/.github/PULL_REQUEST_TEMPLATE/release-checklist.md @@ -93,7 +93,6 @@ To create the final change log: - [ ] Edit change descriptions so they are consistent, and make sense to non-developers - [ ] Check the category for each change - prefer the "Fix" category if you're not sure -- [ ] Point the GitHub changelog to the version increment commit #### Change Categories @@ -105,6 +104,11 @@ From "Keep a Changelog": * `Fixed` for any bug fixes. * `Security` in case of vulnerabilities. +## After merging this PR +- [ ] Update the draft release with the final changelog +- [ ] Point the draft release at the commit resulting from merging this PR, using the correct version tag name +- [ ] Mark the release as 'pre-release' (until we are no longer alpha/beta) + ## Final Testing - [ ] After tagging the release, test that the exact `cargo install` command works