Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 1019 Bytes

RELEASE.md

File metadata and controls

12 lines (10 loc) · 1019 Bytes

Releasing

  1. Bump version code in publish.gradle.
  2. Update examples in README.md to use the latest version.
  3. Update link to Groovydoc in README.md to use the latest version.
  4. Create an entry in CHANGELOG.md containing the changes in that release. This entry needs to follow a certain pattern which can be found in publish.gradle. The changelog can be verified by executing the printChangelog task.
  5. Create a pull request to develop containing the above mentioned changes.
  6. Merge develop into master.
  7. Execute the build job manually with BINTRAY_DRY_RUN=false.
  8. After the release is successful do a manual github release with the newly created tag.

This releases the plugin to bintray and the Gradle Plugins Repository.