We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a4469 commit 4c09a54Copy full SHA for 4c09a54
docs/subsystems/release-checklist.md
@@ -69,7 +69,9 @@ preparing a new release.
69
the present release with a `+git` suffix, e.g. `4.0+git`.
70
* On master, update `ZULIP_VERSION` to the future major release with
71
a `-dev+git` suffix, e.g. `5.0-dev+git`. Make a Git tag for this
72
- update commit with a `-dev` suffix, e.g. `5.0-dev`.
+ update commit with a `-dev` suffix, e.g. `5.0-dev`. Push the tag
73
+ to both zulip.git and zulip-internal.git to get a correct version
74
+ number for future Cloud deployments.
75
* Following a minor release (e.g. 3.2):
76
* On the release branch, update `ZULIP_VERSION` to the present
77
release with a `+git` suffix, e.g. `3.2+git`.
0 commit comments