Skip to content

Commit 6bfe8c3

Browse files
committed
Release v0.1.4
Signed-off-by: Simon McVittie <[email protected]>
1 parent 294a938 commit 6bfe8c3

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes 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

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AC_PREREQ([2.63])
22

3-
AC_INIT([xdg-dbus-proxy],[0.1.3])
3+
AC_INIT([xdg-dbus-proxy],[0.1.4])
44
AC_CONFIG_AUX_DIR([build-aux])
55

66
m4_pattern_forbid([^AX_CODE_COVERAGE$],

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
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',

release-checklist.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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`

0 commit comments

Comments
 (0)