commit 1240fa344eeb628c02d2c6607c73b699cdba2b61
parent ca00a4a2ee4a06395f9df2d9359952f6d90081cc
Author: Florian Dold <florian@dold.me>
Date: Wed, 24 Jul 2024 06:53:34 +0200
release checklist, bump version to 0.12.0
Diffstat:
3 files changed, 27 insertions(+), 1 deletion(-)
diff --git a/RELEASE.md b/RELEASE.md
@@ -0,0 +1,20 @@
+# Release Process
+
+## Checklist
+
+- [ ] bump version in build.gradle
+- [ ] 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/build.gradle b/build.gradle
@@ -9,7 +9,7 @@ plugins {
}
group = "tech.libeufin"
-version = "0.11.3"
+version = "0.12.0"
if (!JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_17)){
throw new GradleException(
diff --git a/debian/changelog b/debian/changelog
@@ -1,3 +1,9 @@
+libeufin (0.12.0) unstable; urgency=low
+
+ * Release version 0.12.0
+
+ -- Florian Dold <dold@taler.net> Wed, 24 Jul 2024 06:53:07 +0200
+
libeufin (0.11.3) unstable; urgency=low
* Update to latest bank SPA.