-
Update the
VERSION_NAMEingradle.propertiesto the release version. -
Update the
CHANGELOG.md. -
Update the
README.mdso the "Download" section reflects the new release version and the snapshot section reflects the next "SNAPSHOT" version. -
Commit
$ git commit -am "Prepare version X.Y.Z" -
Publish release on Github.
-
Update the
VERSION_NAMEingradle.propertiesto the next "SNAPSHOT" version. -
Commit
$ git commit -am "Prepare next development version" -
Push!
$ git push && git push --tags