-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Simon McVittie <smcv@collabora.com>
- Loading branch information
Showing
4 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
xdg-dbus-proxy release checklist | ||
================================ | ||
|
||
* Update NEWS, including release date | ||
* 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 $VERSION` | ||
* `git push --atomic origin main $VERSION` | ||
* https://github.com/flatpak/xdg-dbus-proxy/releases/new | ||
* Fill in the new version's tag in the "Tag version" box | ||
* Title: `Release $VERSION` | ||
* Copy the `NEWS` text 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` |