From 624bbf4b9ab0176e2e5c41391d7df7d98efe99ec Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Tue, 23 Feb 2021 17:56:06 -0500 Subject: [PATCH] Update release-checklist.md (#1810) With edits from our recent release --- .github/PULL_REQUEST_TEMPLATE/release-checklist.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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