diff --git a/docs/subsystems/release-checklist.md b/docs/subsystems/release-checklist.md index 4abe159ab8..b516d3a5c5 100644 --- a/docs/subsystems/release-checklist.md +++ b/docs/subsystems/release-checklist.md @@ -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`.