diff options
-rw-r--r-- | RELEASE.md | 20 | ||||
m--------- | contrib/gana | 0 | ||||
m--------- | contrib/wallet-core | 0 |
3 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. + diff --git a/contrib/gana b/contrib/gana -Subproject 385f602f1434a2d9cc0b4b8b12d1d3376acb405 +Subproject dfddcd33cb89f5b9057349b47064fe1b3d72c73 diff --git a/contrib/wallet-core b/contrib/wallet-core -Subproject 0dc7d2d02b0c4691e00ffb9195b20f6d0277f02 +Subproject 777bb89eefecfb485561e31b9b9e809c6604277 |