mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-27 19:33:06 -04:00
The release checklist claimed we used titles like `Release 1.15.12`, but in practice they've all been like `1.15.12` for a long time. Signed-off-by: Simon McVittie <smcv@collabora.com>
1.1 KiB
1.1 KiB
Flatpak release checklist
- Update NEWS
- Check that version number in
meson.buildis correct - Update release date in
NEWS - Commit the changes
ninja -C ${builddir} flatpak-update-po- This will update
po/; commit those changes too
- This will update
meson dist -C ${builddir}- Do any final smoke-testing, e.g. update a package, install and test it
git evtag sign $VERSIONgit push --atomic origin main $VERSION- https://github.com/flatpak/flatpak/releases/new
- Fill in the new version's tag in the "Tag version" box
- Title:
$VERSION - Copy the
NEWStext into the description - Check "This is a pre-release" for 1.odd.x development releases
- Upload the tarball that you built with
meson dist - Get the
sha256sumof the tarball and append it to the description Publish release
After the release:
- Update version number in
meson.buildto the next release version - Start a new section in
NEWS
After creating a stable branch:
- Update version number in
meson.buildto the next unstable release version - Update the
NEWSsection header