mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
575 B
575 B
Releasing a new version
- Look at the git log since the previous release. Note every significant change in the NEWS file.
- Update the version number, according to semver:
- At the top of meson.build
- In docs/flatpak.rst
- Make a new commit with just these two changes. Use
Release v{version}
as the commit message. Tag the commit asv{version}
and push the tag. - Create a "Post-release version bump" commit.
- Go to the Releases page in GitLab and create a new release from the tag.
- Announce the release through relevant channels (Twitter, TWIG, etc.)