Skip to content

Commit db3829b

Browse files
committed
Add a release checklist
Signed-off-by: Simon McVittie <smcv@collabora.com>
1 parent a1496e3 commit db3829b

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

release-checklist.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
bubblewrap release checklist
2+
============================
3+
4+
* Collect release notes
5+
* Update version number in `configure.ac` **and** `meson.build`
6+
* Commit the changes
7+
* `make distcheck`
8+
* Do any final smoke-testing, e.g. update a package, install and test it
9+
* `git evtag sign v$VERSION`
10+
* Include the release notes in the tag message
11+
* `git push --atomic origin main v$VERSION`
12+
* https://github.com/containers/bubblewrap/releases/new
13+
* Fill in the new version's tag in the "Tag version" box
14+
* Title: `$VERSION`
15+
* Copy the release notes into the description
16+
* Upload the tarball that you built with `make distcheck`
17+
* Get the `sha256sum` of the tarball and append it to the description
18+
* `Publish release`

0 commit comments

Comments
 (0)