From a625aaa006ecb3af8942e641cfc4e86639660c52 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Tue, 26 Nov 2024 12:22:18 -0300 Subject: [PATCH] doc: Use post-release bumps in the checklist As per suggestion in the Flatpak channel. This makes such that the version built is always the version that will be released. --- doc/release-checklist.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/doc/release-checklist.md b/doc/release-checklist.md index 11844dbd..f251b06e 100644 --- a/doc/release-checklist.md +++ b/doc/release-checklist.md @@ -2,7 +2,7 @@ Flatpak release checklist ========================= * Update NEWS -* Update version number in `meson.build` +* Check that version number in `meson.build` is correct * Update release date in `NEWS` * Commit the changes * `ninja -C ${builddir} flatpak-update-po` @@ -19,4 +19,13 @@ Flatpak release checklist * Upload the tarball that you built with `meson dist` * Get the `sha256sum` of the tarball and append it to the description * `Publish release` -* Send an announcement to the mailing list + +After the release: + +* Update version number in `meson.build` to the next release version +* Start a new section in `NEWS` + +After creating a stable branch: + +* Update version number in `meson.build` to the next unstable release version +* Update the `NEWS` section header