From 18de865daa128fb1e6112c5ded5b70cb79944195 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Fri, 13 Dec 2019 17:24:49 -0800 Subject: [PATCH] docs: Simplify a few details in our release checklist. --- docs/subsystems/release-checklist.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/subsystems/release-checklist.md b/docs/subsystems/release-checklist.md index 884366f01c..fcbe4b3af5 100644 --- a/docs/subsystems/release-checklist.md +++ b/docs/subsystems/release-checklist.md @@ -33,19 +33,18 @@ preparing a new release. * Do final updates to `changelog.md`, for any final changes and with any revisions from the draft blog post. (And the date!) -* Update `ZULIP_VERSION`, `LATEST_RELEASE_VERSION`, etc. in `version.py`. +* Update `ZULIP_VERSION` and `LATEST_RELEASE_VERSION` in `version.py`. * Use `build-release-tarball` to generate a final release tarball. * Post the release tarball on https://www.zulip.org/dist/releases/ : add the file, update the `zulip-server-latest.tar.gz` symlink, and - add to SHA256SUMS.txt. + add to SHA256SUMS.txt, using `ship-release.sh`. * Create a Git tag and push the tag. * Post the release on GitHub, using the text from `changelog.md`. * Update the [Docker image](https://github.com/zulip/docker-zulip) and do a release of that. * Update the image of DigitalOcean one click app using [Fabric](https://github.com/zulip/marketplace-partners) and publish it to DO marketplace. * Publish the blog post. -* Email zulip-announce, and send a tweet. -* For a major release: submit blog post to aggregators. +* Email zulip-announce, post to #announce, and send a tweet. ### Post-release