File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 11Changes in 0.1.4
22================
33
4- Not released yet
4+ Released 2022-05-11
55
66 * Add a Meson build system, with support for being used as a subproject.
77 The original Autotools build system remains available for now, but
Original file line number Diff line number Diff line change 11AC_PREREQ ( [ 2.63] )
22
3- AC_INIT ( [ xdg-dbus-proxy] ,[ 0.1.3 ] )
3+ AC_INIT ( [ xdg-dbus-proxy] ,[ 0.1.4 ] )
44AC_CONFIG_AUX_DIR ( [ build-aux] )
55
66m4_pattern_forbid ( [ ^AX_CODE_COVERAGE $] ,
Original file line number Diff line number Diff line change 11project (
22 ' xdg-dbus-proxy' ,
33 ' c' ,
4- version : ' 0.1.3 ' ,
4+ version : ' 0.1.4 ' ,
55 meson_version : ' >=0.49.0' ,
66 default_options : [
77 ' warning_level=2' ,
Original file line number Diff line number Diff line change 1+ xdg-dbus-proxy release checklist
2+ ================================
3+
4+ * Update NEWS, including release date
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 $VERSION `
10+ * ` git push --atomic origin main $VERSION `
11+ * https://github.com/flatpak/xdg-dbus-proxy/releases/new
12+ * Fill in the new version's tag in the "Tag version" box
13+ * Title: ` Release $VERSION `
14+ * Copy the ` NEWS ` text into the description
15+ * Upload the tarball that you built with ` make distcheck `
16+ * Get the ` sha256sum ` of the tarball and append it to the description
17+ * ` Publish release `
You can’t perform that action at this time.
0 commit comments