RELEASING.md
gradle.properties based on Major.Minor.Patch naming schemeCHANGELOG.md for the impending release.git commit -am "Prepare for release X.Y.Z." (where X.Y.Z is the version you set in step 1)./gradlew publish to build the artifacts and publish them to mavenTo publish an internal release to an Artifactory repository:
If you need to publish to a different repository, look at the configuration in 'publishing.gradle' to see how to configure additional repositories.
If testing changes locally, you can install to mavenLocal via ./gradlew publishToMavenLocal