Run ./gradlew japicmp
and check what API may have changed. We ideally want 100% API and ABI compatibility but the project is still moving fast and it's not always possible.
- Make sure that you have
kotlin 1.3.70+
installed. - Run
./scripts/release.main.kts
from your local dev machine. - The script removes the
-SNAPSHOT
suffix, commits and tags versionv1.x.y
. - The script bumps version to the next patch version and commits.
- Verify that everything is OK and push.
- The CI will build tag
v1.x.y
and deploy the artifact.