Files
flatpak/doc/release-checklist.md
Sebastian Wick 4fb7b7158d ci: Do releases via the CI
Instead of doing meson dist on the developers machine and uploading it,
and creating the release in github, we can let the CI take care of it.

Closes #6404
2025-12-01 12:45:06 +00:00

657 B

Flatpak release checklist

  • Update NEWS
  • Check that version number in meson.build is correct
  • Update release date in NEWS
  • Commit the changes
  • ninja -C ${builddir} flatpak-update-po
    • This will update po/; commit those changes too
  • git evtag sign $VERSION
  • git push --atomic origin main $VERSION
  • Ensure the release.yml workflow succeeds

After the release:

  • Update version number in meson.build to the next release version
  • Start a new section in NEWS

After creating a stable branch:

  • Update version number in meson.build to the next unstable release version
  • Update the NEWS section header