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