From 166a7f5ccc6ed093b7d93169f53e8d497d314a54 Mon Sep 17 00:00:00 2001 From: Marek Date: Thu, 1 Sep 2022 12:30:11 +0200 Subject: [PATCH] Make the release instructions more explicit --- .github/PULL_REQUEST_TEMPLATE/release-checklist.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/release-checklist.md b/.github/PULL_REQUEST_TEMPLATE/release-checklist.md index 092ead62e41..6149420277b 100644 --- a/.github/PULL_REQUEST_TEMPLATE/release-checklist.md +++ b/.github/PULL_REQUEST_TEMPLATE/release-checklist.md @@ -163,8 +163,10 @@ After you have the version increments, the updated checkpoints and the updated c - [ ] Set the release to target the `main` branch - [ ] Set the release title to `Zebra ` followed by the version tag, for example: `Zebra 1.0.0-alpha.0` -- [ ] Copy the final changelog of this release to the release description - (starting just _after_ the title `## [Zebra ...`) +- [ ] Replace the prepopulated draft changelog in the release description by the final + changelog you created; starting just _after_ the title `## [Zebra ...` of + the current version being released, and ending just _before_ the title of + the previous release. - [ ] Mark the release as 'pre-release' (until we are no longer alpha/beta) - [ ] Publish the release