aboutsummaryrefslogtreecommitdiff
path: root/RELEASE.md
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-07-24 06:25:31 +0200
committerFlorian Dold <florian@dold.me>2024-07-24 06:25:31 +0200
commitd28c0936f86a94a4d61a2d8516c10ca5511cfad3 (patch)
treedbbcf6ae202f1b58ab48ab72292e82d0ebc63102 /RELEASE.md
parent85e285f73337bbd93d6405ddcc1683d096b4ed95 (diff)
release process
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md20
1 files changed, 20 insertions, 0 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.
+