diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | RELEASE.md | 21 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
m--------- | contrib/wallet-core | 0 | ||||
-rw-r--r-- | debian/changelog | 6 |
5 files changed, 31 insertions, 1 deletions
@@ -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 -Subproject 0dc7d2d02b0c4691e00ffb9195b20f6d0277f02 +Subproject 6fa7e435858b4a22506588cb1142cdc9b142273 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 <dold@taler.net> Wed, 24 Jul 2024 06:50:47 +0200 + taler-merchant (0.11.8) unstable; urgency=low * Fix critical database bug. |