blueprint-compiler/MAINTENANCE.md
2022-11-26 17:14:12 -06:00

575 B

Releasing a new version

  1. Look at the git log since the previous release. Note every significant change in the NEWS file.
  2. Update the version number, according to semver:
  • At the top of meson.build
  • In docs/flatpak.rst
  1. 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.
  2. Create a "Post-release version bump" commit.
  3. Go to the Releases page in GitLab and create a new release from the tag.
  4. Announce the release through relevant channels (Twitter, TWIG, etc.)