- Bump the VERSION_NAME property in
gradle.propertiesbased on Major.Minor.Patch naming scheme - Update
CHANGELOG.mdfor the impending release. - Update the
README.mdwith the new version. git commit -am "Prepare for release X.Y.Z"(where X.Y.Z is the version you set in step 1)git push- Create a new release on Github
- Tag version
vX.Y.Z - Release title
vX.Y.Z - Paste the content from
CHANGELOG.mdas the description
- Tag version
./gradlew clean publish --no-daemon --no-parallel- Visit Maven Central Portal to verify and publish the release.