Skip to content

Commit

Permalink
Release v0.1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Simon McVittie <smcv@collabora.com>
  • Loading branch information
smcv committed May 11, 2022
1 parent 294a938 commit 6bfe8c3
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes in 0.1.4
================

Not released yet
Released 2022-05-11

* Add a Meson build system, with support for being used as a subproject.
The original Autotools build system remains available for now, but
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_PREREQ([2.63])

AC_INIT([xdg-dbus-proxy],[0.1.3])
AC_INIT([xdg-dbus-proxy],[0.1.4])
AC_CONFIG_AUX_DIR([build-aux])

m4_pattern_forbid([^AX_CODE_COVERAGE$],
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'xdg-dbus-proxy',
'c',
version : '0.1.3',
version : '0.1.4',
meson_version : '>=0.49.0',
default_options : [
'warning_level=2',
Expand Down
17 changes: 17 additions & 0 deletions release-checklist.md
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`

0 comments on commit 6bfe8c3

Please sign in to comment.