mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-27 03:14:04 -04:00
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
657 B
657 B
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
git evtag sign $VERSIONgit push --atomic origin main $VERSION- Ensure the release.yml workflow succeeds
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