From 41b35300d98aa2c373a285213060581c52e1b930 Mon Sep 17 00:00:00 2001 From: Marek Date: Mon, 13 Jun 2022 23:26:58 +0200 Subject: [PATCH] Change the order of instructions for creating a release (#4595) --- .github/PULL_REQUEST_TEMPLATE/release-checklist.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/release-checklist.md b/.github/PULL_REQUEST_TEMPLATE/release-checklist.md index 092cf7705a8..3d137f43e8d 100644 --- a/.github/PULL_REQUEST_TEMPLATE/release-checklist.md +++ b/.github/PULL_REQUEST_TEMPLATE/release-checklist.md @@ -136,12 +136,12 @@ After you have the version increments and the updated changelog: - [ ] Once the PR has been merged, create a new release using the draft release as a base, by clicking the Edit icon in the [draft release](https://github.com/ZcashFoundation/zebra/releases). +- [ ] Set the tag name to the version tag, for example: `v1.0.0-alpha.0` +- [ ] 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 ...`) -- [ ] Set the tag name to the version tag, for example: `v1.0.0-alpha.0` -- [ ] Set the release to target the `main` branch - [ ] Mark the release as 'pre-release' (until we are no longer alpha/beta) - [ ] Publish the release