From f2b4edc558677422c21b7283f250b1e3dfeaffe0 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 15 Jun 2021 14:09:21 +0100 Subject: [PATCH] Improve release checklist Signed-off-by: Simon McVittie --- doc/release-checklist.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/release-checklist.md b/doc/release-checklist.md index 81ae170a..a2b5aeec 100644 --- a/doc/release-checklist.md +++ b/doc/release-checklist.md @@ -8,7 +8,7 @@ Flatpak release checklist * This will update `po/`; commit those changes too * Do any final smoke-testing, e.g. update a package, install and test it * `git evtag sign $VERSION` -* `git push origin master $VERSION` +* `git push --atomic origin master $VERSION` * https://github.com/flatpak/flatpak/releases/new * Fill in the new version's tag in the "Tag version" box * Title: `Release $VERSION` @@ -17,3 +17,4 @@ Flatpak release checklist * Upload the tarball that you built with `make distcheck` * Get the `sha256sum` of the tarball and append it to the description * `Publish release` +* Send an announcement to the mailing list