- Update
CHANGES.md - Ensure that there is a milestone for the version, and that appropriate issues are associated with the milestone.
- Update the plugin version in
build.gradleunder "version" - Commit and tag with the version number (don't push yet)
- Run
./gradlew clean buildto make sure it looks good. - Update the version in
build.gradleto the next SNAPSHOT and commit. - Push
- If there was a issue requesting the release, close it.
- Close the milestone.
- Go to the GitHub Releases page, click "Draft a new release", select the tag version, use the version number as the title, copy the relevant segment from
CHANGES.mdinto the description, and click "Publish release". This will trigger the CI job that does the actual publishing.
This repository was archived by the owner on Dec 28, 2023. It is now read-only.