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