- Ensure
version
inbuild.gradle
is set to the version you want to release. - Update
README.md
with 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