release-checklist: Clarify main changes are one commit, not two.

This commit is contained in:
Alex Vandiver 2022-11-16 15:34:02 -05:00 committed by Tim Abbott
parent dd8ff7e22b
commit 2c2afddf1e
1 changed files with 2 additions and 3 deletions

View File

@ -104,6 +104,5 @@ preparing a new release.
- _Minor releases only (e.g. 3.2):_
- On the release branch, update `ZULIP_VERSION` to the present
release with a `+git` suffix, e.g. `3.2+git`.
- On main, update `LATEST_RELEASE_VERSION` with the released version.
- On main, cherry-pick the changelog changes from the release
branch.
- On main, update `LATEST_RELEASE_VERSION` with the released
version, as well as the changelog changes from the release branch.