We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1496e3 commit db3829bCopy full SHA for db3829b
1 file changed
release-checklist.md
@@ -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