commit 195971f7dac9820a8fdd68ec574d1a99d6f7343b
parent 698d4e1221baab2b886d3deffb266fbaaf8189da
Author: Florian Dold <florian@dold.me>
Date: Wed, 24 Jul 2024 06:51:17 +0200
release checklist, bump version to 0.12.0
Diffstat:
4 files changed, 31 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,6 @@
+Wed Jul 24 06:50:10 AM CEST 2024
+ Releasing taler-merchant 0.12.0. -FD
+
Wed May 15 19:43:41 AM CEST 2024
Releasing taler-merchant 0.11.0. -CG
diff --git a/RELEASE.md b/RELEASE.md
@@ -0,0 +1,21 @@
+# Release Process
+
+## Checklist
+
+- [ ] bump version in configure.ac
+- [ ] add entry to ChangeLog
+- [ ] add entry to debian/changelog
+- [ ] check CI (contrib/ci, buildbot.taler.net)
+- [ ] tag with dev tag, test in staging environment
+- [ ] tag with release tag
+- [ ] upload to GNU mirrors
+- [ ] upload Debian packages to deb.taler.net
+
+## Versioning
+
+Releases use `$major.$minor.$patch` semantic versions. The corresponding git
+tag is `v$major.minor.$patch`.
+
+Versions that are tested in staging environments typically use
+`v$major.$minor.$patch-dev.$n` tags.
+
diff --git a/configure.ac b/configure.ac
@@ -18,7 +18,7 @@
# This configure file is in the public domain
AC_PREREQ([2.69])
-AC_INIT([taler-merchant],[0.11.8],[taler-bug@gnunet.org])
+AC_INIT([taler-merchant],[0.12.0],[taler-bug@gnunet.org])
AC_CONFIG_SRCDIR([src/backend/taler-merchant-httpd.c])
AC_CONFIG_HEADERS([taler_merchant_config.h])
# support for non-recursive builds
diff --git a/debian/changelog b/debian/changelog
@@ -1,3 +1,9 @@
+taler-merchant (0.12.0) unstable; urgency=low
+
+ * Release 0.12.0
+
+ -- Florian Dold <dold@taler.net> Wed, 24 Jul 2024 06:50:47 +0200
+
taler-merchant (0.11.8) unstable; urgency=low
* Fix critical database bug.