diff options
author | Florian Dold <florian@dold.me> | 2024-07-24 06:25:31 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2024-07-24 06:25:31 +0200 |
commit | d28c0936f86a94a4d61a2d8516c10ca5511cfad3 (patch) | |
tree | dbbcf6ae202f1b58ab48ab72292e82d0ebc63102 /RELEASE.md | |
parent | 85e285f73337bbd93d6405ddcc1683d096b4ed95 (diff) |
release process
Diffstat (limited to 'RELEASE.md')
-rw-r--r-- | RELEASE.md | 20 |
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. + |