File: release-checklist.md

package info (click to toggle)
xdg-dbus-proxy 0.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 408 kB
  • sloc: ansic: 3,182; xml: 211; makefile: 37; sh: 19
file content (17 lines) | stat: -rw-r--r-- 711 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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`