diff options
author | Florian Dold <florian@dold.me> | 2024-07-24 06:51:17 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2024-07-24 06:51:17 +0200 |
commit | 195971f7dac9820a8fdd68ec574d1a99d6f7343b (patch) | |
tree | 29d8bf52bc94bb579dabf32ec819d2240a96479b /RELEASE.md | |
parent | 698d4e1221baab2b886d3deffb266fbaaf8189da (diff) |
release checklist, bump version to 0.12.0v0.12.0-dev.2v0.12.0
Diffstat (limited to 'RELEASE.md')
-rw-r--r-- | RELEASE.md | 21 |
1 files changed, 21 insertions, 0 deletions
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. + |