-
Update the
version
ingradle.properties
to the release version. -
Commit changes.
$ git commit -am "Prepare version X.Y.X"
-
Tag the release.
$ git tag -am "Version X.Y.Z" X.Y.Z
-
Push the tag.
$ git push --tags
-
Update the
version
ingradle.properties
to the nextSNAPSHOT
version. -
Commit changes.
$ git commit -am "Prepare next development version"
-
Push changes.
$ git push
This will trigger a GitHub Action to publish the library to Maven Central.