We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e56c517 commit 91ff64eCopy full SHA for 91ff64e
1 file changed
release-checklist.md
@@ -1,13 +1,13 @@
1
bubblewrap release checklist
2
============================
3
4
-* Collect release notes in `NEWS`
5
-* Update version number in `meson.build` and release date in `NEWS`
+* Collect release notes in `NEWS.md`
+* Update version number in `meson.build` and release date in `NEWS.md`
6
* Commit the changes
7
* `meson dist -C ${builddir}`
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 from `NEWS` in the tag message
+ * Include the release notes from `NEWS.md` 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
0 commit comments