From 195971f7dac9820a8fdd68ec574d1a99d6f7343b Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 24 Jul 2024 06:51:17 +0200 Subject: release checklist, bump version to 0.12.0 --- ChangeLog | 3 +++ RELEASE.md | 21 +++++++++++++++++++++ configure.ac | 2 +- contrib/wallet-core | 2 +- debian/changelog | 6 ++++++ 5 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 RELEASE.md diff --git a/ChangeLog b/ChangeLog index 46004f56..b718bde5 100644 --- 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 new file mode 100644 index 00000000..cd1b0e9d --- /dev/null +++ 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 index caae61da..25ddf142 100644 --- 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/contrib/wallet-core b/contrib/wallet-core index 0dc7d2d0..6fa7e435 160000 --- a/contrib/wallet-core +++ b/contrib/wallet-core @@ -1 +1 @@ -Subproject commit 0dc7d2d02b0c4691e00ffb9195b20f6d0277f029 +Subproject commit 6fa7e435858b4a22506588cb1142cdc9b142273d diff --git a/debian/changelog b/debian/changelog index 79267b08..970be1dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +taler-merchant (0.12.0) unstable; urgency=low + + * Release 0.12.0 + + -- Florian Dold Wed, 24 Jul 2024 06:50:47 +0200 + taler-merchant (0.11.8) unstable; urgency=low * Fix critical database bug. -- cgit v1.2.3