From 97f0feaf7ea9ada0bd6ac51d6efd497a317009ca Mon Sep 17 00:00:00 2001 From: James Westman Date: Sat, 26 Nov 2022 17:14:12 -0600 Subject: [PATCH] Update MAINTENANCE.md --- MAINTENANCE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MAINTENANCE.md b/MAINTENANCE.md index a487b88..3f62476 100644 --- a/MAINTENANCE.md +++ b/MAINTENANCE.md @@ -2,7 +2,9 @@ 1. Look at the git log since the previous release. Note every significant change in the NEWS file. -2. Update the version number at the top of meson.build according to semver. +2. Update the version number, according to semver: + - At the top of meson.build + - In docs/flatpak.rst 3. Make a new commit with just these two changes. Use `Release v{version}` as the commit message. Tag the commit as `v{version}` and push the tag. 4. Create a "Post-release version bump" commit.