RELEASE.md (605B)
1 # Release Process 2 3 ## Checklist 4 5 - [ ] bump version in configure.ac 6 - [ ] bump version in doc/doxygen/taler.doxy 7 - [ ] add entry to ChangeLog 8 - [ ] add entry to debian/changelog 9 - [ ] check CI (contrib/ci, buildbot.taler.net) 10 - [ ] tag with dev tag, test in staging environment 11 - [ ] tag with release tag 12 - [ ] upload to GNU mirrors 13 - [ ] upload Debian packages to deb.taler.net 14 15 ## Versioning 16 17 Releases use `$major.$minor.$patch` semantic versions. The corresponding git 18 tag is `v$major.minor.$patch`. 19 20 Versions that are tested in staging environments typically use 21 `v$major.$minor.$patch-dev.$n` tags.