File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -33,19 +33,18 @@ preparing a new release.
33
33
34
34
* Do final updates to ` changelog.md ` , for any final changes and with
35
35
any revisions from the draft blog post. (And the date!)
36
- * Update ` ZULIP_VERSION ` , ` LATEST_RELEASE_VERSION ` , etc. in ` version.py ` .
36
+ * Update ` ZULIP_VERSION ` and ` LATEST_RELEASE_VERSION ` in ` version.py ` .
37
37
* Use ` build-release-tarball ` to generate a final release tarball.
38
38
* Post the release tarball on https://www.zulip.org/dist/releases/ :
39
39
add the file, update the ` zulip-server-latest.tar.gz ` symlink, and
40
- add to SHA256SUMS.txt.
40
+ add to SHA256SUMS.txt, using ` ship-release.sh ` .
41
41
* Create a Git tag and push the tag.
42
42
* Post the release on GitHub, using the text from ` changelog.md ` .
43
43
* Update the [ Docker image] ( https://github.com/zulip/docker-zulip ) and do a release of that.
44
44
* Update the image of DigitalOcean one click app using [ Fabric] ( https://github.com/zulip/marketplace-partners )
45
45
and publish it to DO marketplace.
46
46
* Publish the blog post.
47
- * Email zulip-announce, and send a tweet.
48
- * For a major release: submit blog post to aggregators.
47
+ * Email zulip-announce, post to #announce, and send a tweet.
49
48
50
49
### Post-release
51
50
You can’t perform that action at this time.
0 commit comments