Before releasing, don't forget to:
- Update CLI and config file reference in docs
- Update config schema
- Commit any remaining changes and push. Wait for build to come back green.
- Pull latest changes.
- Create Git tag with next version number:
git tag -s <version> -m <version>
- Run
./gradlew validateRelease
to ensure everything looks OK. - Push tag (
git push origin <version>
). The GitHub Actions build will automatically create GitHub release with binaries. - Go to GitHub and add release notes / changelog to release, then publish release.