release-checklist: Purge unneeded beta branch.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2023-05-29 17:31:37 -07:00 committed by Tim Abbott
parent e3e2691124
commit dc158b18f2
1 changed files with 8 additions and 0 deletions

View File

@ -114,3 +114,11 @@ preparing a new release.
release with a `+git` suffix, e.g. `3.2+git`.
- On main, update `LATEST_RELEASE_VERSION` with the released
version, as well as the changelog changes from the release branch.
- _Prereleases only (e.g. 7.0-beta3):_
- Atop the prerelease commit (e.g. `7.0-beta3`), make a commit
updating `ZULIP_VERSION` to the prerelease version with a `+git`
suffix, e.g. `7.0-beta3+git`. Push this to `main`. (If `main` has
already diverged from the prerelease, a merge commit will be
needed here.)
- Delete the prerelease branch (e.g. `7.0-beta3-branch`); it's now
an ancestor of `main` and thus unnecessary.