- Ensure
versioninbuild.gradleis set to the version you want to release. - Update
README.mdwith the version about to be released. - Commit:
git commit -am "Prepare version X.Y.X" - Tag:
git tag -a X.Y.Z -m "Version X.Y.Z" - Push:
git push && git push --tags - Add the new release with notes (https://github.com/dsrees/JavaPhoenixClient/releases).
- Publish to Maven Central by running
./gradlew clean publish. Can only be done by dsrees until CI setup - Close the staging repo here: https://s01.oss.sonatype.org/#stagingRepositories
- Release the closed repo