- Update the module
CHANGELOG.md
file with relevant info and date. - Update version number in
gradle.properties
files... - Commit:
git commit -am "Prepare version X.Y.Z-<Module>"
. - Tag:
git tag -a X.Y.Z-<Module> -m "Version-X.Y.Z-<Module>"
. - Release:
./publish.sh
. - Push:
git push && git push --tags
. - Create release page in GitHub.
- Create release in
https://s01.oss.sonatype.org
.