release-checklist: Create -dev tags

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg
2020-01-31 16:11:15 -08:00
parent d7b900ca52
commit 54f8905aa3

View File

@@ -51,6 +51,7 @@ preparing a new release.
* Push the release commit to master, if applicable (typically for a
major release); otherwise, make sure any last changes make it back
to master.
* Update `ZULIP_VERSION` in `version.py`, and `release` and `version` in
`docs/conf.py`, to e.g. `1.6.0+git`.
* Update `ZULIP_VERSION` in `version.py` to e.g. `2.2.0+git` following
a 2.1.0 release, and make a Git tag named e.g. `2.2-dev` pointing to
this update.
* Consider removing a few old releases from ReadTheDocs.