mirror of https://github.com/zulip/zulip.git
docs: Add updating /history to release checklist.
This commit is contained in:
parent
eeaacda4d2
commit
c1a5b47f41
|
@ -112,6 +112,7 @@ preparing a new release.
|
|||
- Build a docker image: `cd tools/ci && docker build . -f Dockerfile.prod --build-arg=BASE_IMAGE=zulip/ci:bookworm --build-arg=VERSION=7.0 --tag=zulip/ci:bookworm-7.0 && docker push zulip/ci:bookworm-7.0`
|
||||
- Add a new line to the `production_upgrade` matrix in
|
||||
`.github/workflows/production-suite.yml`.
|
||||
- Update /history page in `templates/corporate/history.md`.
|
||||
- _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`.
|
||||
|
|
Loading…
Reference in New Issue