- Update the version in
gradle.properties. - Update the
CHANGELOG.mdfor the impending release. git commit -am "Prepare for release X.Y.Z."(where X.Y.Z is the new version)git tag -a X.Y.Z -m "Version X.Y.Z"(where X.Y.Z is the new version)git push && git push --tags- Publish to Sonatype's staging repository with
./gradlew publish - If the build contents look good Close and Release the staging build once the validation succeeds.
- Generate newly updated documentation with
./gradlew dokkaHtml. - Deploy new documentation to Github pages by pushing new contents of
/docsto main.