For a manual release:
- Make sure you have pulled the latest changes with
git pull
- Make sure you have no uncommitted changes with
git status
- Create a git tag with the version from
gradle.properties
. e.g.git tag 1.0.1
- Push the tag. i.e.
git push --tags
- Build and publish the artifacts:
MAVEN_REPO_URL=<url> ./gradlew publish -Dsnapshot=false
- Open a PR to increment
version
ingradle.properties
to the next version