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

Latest commit

 

History

History
11 lines (9 loc) · 1.01 KB

RELEASE.md

File metadata and controls

11 lines (9 loc) · 1.01 KB

Releasing

  1. Bump version code in publish.gradle.
  2. Update examples in README.md to use the latest version.
  3. 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.
  4. Create a pull request to develop containing the above mentioned changes similar to this one.
  5. Merge develop into master.
  6. Execute the build job manually with BINTRAY_DRY_RUN=false.
  7. 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.