[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: release process
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: release process |
Date: |
Wed, 24 Jul 2024 06:25:35 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new d28c0936f release process
d28c0936f is described below
commit d28c0936f86a94a4d61a2d8516c10ca5511cfad3
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Jul 24 06:25:31 2024 +0200
release process
---
RELEASE.md | 20 ++++++++++++++++++++
contrib/gana | 2 +-
contrib/wallet-core | 2 +-
3 files changed, 22 insertions(+), 2 deletions(-)
diff --git a/RELEASE.md b/RELEASE.md
new file mode 100644
index 000000000..c4788b224
--- /dev/null
+++ b/RELEASE.md
@@ -0,0 +1,20 @@
+# Release Process
+
+## Checklist
+
+- [ ] bump version in configure.ac
+- [ ] add entry to ChangeLog
+- [ ] add entry to debian/changelog
+- [ ] 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/contrib/gana b/contrib/gana
index 385f602f1..dfddcd33c 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit 385f602f1434a2d9cc0b4b8b12d1d3376acb4058
+Subproject commit dfddcd33cb89f5b9057349b47064fe1b3d72c73a
diff --git a/contrib/wallet-core b/contrib/wallet-core
index 0dc7d2d02..777bb89ee 160000
--- a/contrib/wallet-core
+++ b/contrib/wallet-core
@@ -1 +1 @@
-Subproject commit 0dc7d2d02b0c4691e00ffb9195b20f6d0277f029
+Subproject commit 777bb89eefecfb485561e31b9b9e809c6604277f
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: release process,
gnunet <=