Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 1.02 KB

RELEASING.md

File metadata and controls

14 lines (13 loc) · 1.02 KB

Release Process

  1. Acquire permissions to publish the package to Bintray and set the keys "bintrayUserName" and "bintrayApiKey" in ~/.gradle/gradle.properties.
  2. Update CHANGES.md
  3. Ensure that there is a milestone for the version, and that appropriate issues are associated with the milestone.
  4. Update the plugin version in build.gradle under "version"
  5. Commit and tag with the version number (don't push yet)
  6. Run ./gradlew clean bintrayUpload
  7. Go to the Bintray page, verify the files, and click "Publish".
  8. Update the version in build.gradle to the next SNAPSHOT and commit.
  9. Push
  10. If there was a issue requesting the release, close it.
  11. Close the milestone.
  12. 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".