- Create a branch from
masterin the formatrelease/<version_to_be_released>Eg.release/1.0.0 - Change the
Project.versionvalue inbuildSrc/src/main/kotlin/Dependencies.ktto the version number to be released. - Update
CHANGELOG.mdentry with changes of the release. - Run
./gradlew clean buildto make sure project builds successfully. git commit -am "Make release for X.Y.Z."(where X.Y.Z is the new version).git tag -a X.Y.Z -m "Version X.Y.Z"git push && git push --tags- Update
Project.versionvalue inbuildSrc/src/main/kotlin/Dependencies.ktto the next SNAPSHOT version. git commit -am "Prepare next development version."git push
This repository was archived by the owner on Sep 6, 2025. It is now read-only.