docs: Update changelog heading for new release lifecycle page.

Also update the release checklist to make sure we don't forget to
update the top-heading section when we publish a new major release.
This commit is contained in:
Tim Abbott
2021-05-05 17:44:16 -07:00
parent d002035856
commit 07a2e91688
2 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
# Version history
All notable changes to the Zulip server are documented in this file.
This page the release history for the Zulip server. See also the
[Zulip release lifecycle](../overview/release-lifecycle.md).
## Zulip 4.x series

View File

@@ -47,6 +47,8 @@ preparing a new release.
release branch (for minor releases):
* Copy the Markdown release notes for the release into
`docs/overview/changelog.md`.
* _Except minor releases:_ Adjust the `changelog.md` heading to have
the stable release series boilerplate.
* Update `ZULIP_VERSION` and `LATEST_RELEASE_VERSION` in `version.py`.
* _Except minor releases:_ Update `API_FEATURE_LEVEL` to a feature
level for the final release, and document a reserved range.