- 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.gradle
under "version" - Commit and tag with the version number (don't push yet)
- Run
./gradlew clean build
to make sure it looks good. - Update the version in
build.gradle
to 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.md
into the description, and click "Publish release". This will trigger the CI job that does the actual publishing.
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.