RELEASING.md
Update the VERSION_NAME in gradle.properties to the release version.
Add release notes for the new version to CHANGELOG.md.
Find and replace the previous version in the docs with the new version.
Publish
$ ./publish_remote.sh
Commit
$ git commit -m "Prepare version X.Y.Z."
Tag
$ git tag X.Y.Z
Update the VERSION_NAME in gradle.properties to the next "SNAPSHOT" version.
Commit
$ git commit -m "Prepare next development version."
Push!
$ git push && git push --tags
Visit Maven Central Publishing Portal and promote the artifact.
Create a new Github release that points to the new version's tag and entry in the CHANGELOG.md.