mirror of https://github.com/zulip/zulip.git
docs: Tweak a few details on the release checklist.
This commit is contained in:
parent
65ea2f7a2e
commit
5e5d151c0c
|
@ -32,8 +32,8 @@ preparing a new release.
|
||||||
### Final release preparation
|
### Final release preparation
|
||||||
|
|
||||||
- Update the Paper blog post draft with any new commits.
|
- Update the Paper blog post draft with any new commits.
|
||||||
- _Major releases only:_ Download updated translation strings from
|
- Download updated translation strings from Transifex and commit
|
||||||
Transifex and commit them.
|
them. Use the `--branch 6.x` parameter for maintenance releases.
|
||||||
- Use `build-release-tarball` to generate a pre-release tarball.
|
- Use `build-release-tarball` to generate a pre-release tarball.
|
||||||
- Test the new tarball extensively, both new install and upgrade from last
|
- Test the new tarball extensively, both new install and upgrade from last
|
||||||
release, on Ubuntu 20.04 or 22.04.
|
release, on Ubuntu 20.04 or 22.04.
|
||||||
|
@ -49,6 +49,8 @@ preparing a new release.
|
||||||
- If the draft post should remain secret until release, avoid using
|
- If the draft post should remain secret until release, avoid using
|
||||||
a guessable Git branch name for the pull request (the deployment
|
a guessable Git branch name for the pull request (the deployment
|
||||||
preview URL is based on the branch name).
|
preview URL is based on the branch name).
|
||||||
|
- _Major releases only (e.g. 4.0):_ Schedule team members to provide
|
||||||
|
extra responsive #production help support following the release.
|
||||||
|
|
||||||
### Executing the release
|
### Executing the release
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue