Add a release checklist

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2022-02-25 17:43:25 +00:00
parent a1496e3ac7
commit db3829b1a1
1 changed files with 18 additions and 0 deletions

18
release-checklist.md Normal file
View File

@ -0,0 +1,18 @@
bubblewrap release checklist
============================
* Collect release notes
* Update version number in `configure.ac` **and** `meson.build`
* Commit the changes
* `make distcheck`
* 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
* `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 `make distcheck`
* Get the `sha256sum` of the tarball and append it to the description
* `Publish release`