-
Update the
versioninbuild.gradle.ktsto the release version. -
Update the
CHANGELOG.md:- Change the
Unreleasedheader to the release version. - Add a link URL to ensure the header link works.
- Add a new
Unreleasedsection to the top.
- Change the
-
Update the
README.mdso the "Download" section reflects the new release version and the snapshot section reflects the next "SNAPSHOT" version. -
Commit
$ git commit -am "Prepare version X.Y.X" -
Tag
$ git tag -am "Version X.Y.Z" X.Y.Z -
Update the
versioninbuild.gradle.ktsto the next "SNAPSHOT" version. -
Commit
$ git commit -am "Prepare next development version" -
Push!
$ git push && git push --tagsThis will trigger a GitHub Action workflow which will create a GitHub release, upload the release artifacts to Sonatype Nexus, and automatically promote those artifacts.
This repository was archived by the owner on Sep 3, 2025. It is now read-only.