Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (11 loc) · 845 Bytes

RELEASING.md

File metadata and controls

12 lines (11 loc) · 845 Bytes

Release Process

  1. Update CHANGES.md
  2. Ensure that there is a milestone for the version, and that appropriate issues are associated with the milestone.
  3. Update the plugin version in build.gradle under "version"
  4. Commit and tag with the version number (don't push yet)
  5. Run ./gradlew clean build to make sure it looks good.
  6. Update the version in build.gradle to the next SNAPSHOT and commit.
  7. Push
  8. If there was a issue requesting the release, close it.
  9. Close the milestone.
  10. 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.