mirror of
https://github.com/projectatomic/bubblewrap.git
synced 2026-02-05 15:45:22 +01:00
I find it easier to write this as I go along, instead of writing it all as part of doing each release. Signed-off-by: Simon McVittie <smcv@collabora.com>
768 B
768 B
bubblewrap release checklist
- Collect release notes in
NEWS - Update version number in
meson.buildand release date inNEWS - Commit the changes
meson dist -C ${builddir}- Do any final smoke-testing, e.g. update a package, install and test it
git evtag sign v$VERSION- Include the release notes from
NEWSin the tag message
- Include the release notes from
git push --atomic origin main v$VERSION- https://github.com/containers/bubblewrap/releases/new
- Fill in the new version's tag in the "Tag version" box
- Title:
$VERSION - Copy the release notes into the description
- Upload the tarball that you built with
meson dist - Get the
sha256sumof the tarball and append it to the description Publish release