Update MAINTENANCE.md

This commit is contained in:
James Westman 2022-11-26 17:14:12 -06:00
parent b915c227f8
commit 97f0feaf7e
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6

View file

@ -2,7 +2,9 @@
1. Look at the git log since the previous release. Note every significant change 1. Look at the git log since the previous release. Note every significant change
in the NEWS file. 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}` 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. as the commit message. Tag the commit as `v{version}` and push the tag.
4. Create a "Post-release version bump" commit. 4. Create a "Post-release version bump" commit.