1
0
mirror of https://github.com/projectatomic/bubblewrap.git synced 2026-02-05 15:45:22 +01:00

release-checklist: Plan to make future releases with meson dist

This commit is contained in:
Simon McVittie
2024-03-20 17:21:11 +00:00
parent f4c7e48870
commit 8653799bb6

View File

@@ -4,7 +4,7 @@ bubblewrap release checklist
* Collect release notes
* Update version number in `configure.ac` **and** `meson.build`
* Commit the changes
* `make distcheck`
* `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 in the tag message
@@ -13,6 +13,6 @@ bubblewrap release checklist
* 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 `make distcheck`
* Upload the tarball that you built with `meson dist`
* Get the `sha256sum` of the tarball and append it to the description
* `Publish release`