release-checklist: Adjust for the blogs being in Astro.

This commit is contained in:
Alex Vandiver 2023-05-19 20:54:30 +00:00 committed by Tim Abbott
parent 9ca00a1eff
commit 68c37c9d7b
1 changed files with 2 additions and 3 deletions

View File

@ -46,8 +46,6 @@ preparing a new release.
- Add the needed YAML frontmatter.
- Move any images into `public` and update their references.
- Proofread, especially for formatting.
- Tag the post with "Release announcements" _first_, then any other
tags (e.g. "Security").
- If the draft post should remain secret until release, avoid using
a guessable Git branch name for the pull request (the deployment
preview URL is based on the branch name).
@ -80,9 +78,10 @@ preparing a new release.
- Also tag it with `latest`: `docker build . -t zulip/docker-zulip:latest`
- Push those tags: `docker push zulip/docker-zulip:4.11-0; docker push zulip/docker-zulip:latest`
- Push the commits to `main`.
- Publish the blog post; check the box to "send by email."
- Merge the blog post PR.
- Announce the release, pointing to the blog post, via:
- Email to [zulip-announce](https://groups.google.com/g/zulip-announce)
- Email to [zulip-blog-announce](https://groups.google.com/a/zulip.com/g/zulip-blog-announce)
- Message in [#announce](https://chat.zulip.org/#narrow/stream/1-announce)
- Tweet from [@zulip](https://twitter.com/zulip).