Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 481 Bytes

RELEASE.md

File metadata and controls

8 lines (6 loc) · 481 Bytes

Releasing

  1. Bump version code in gradle.properties.
  2. Create an entry in CHANGELOG.md containing the changes in that release.
  3. Create a tag with the same version and push it to origin.
  4. After the release is successful do a manual github release with the newly created tag.

This releases the plugin to the Gradle Plugins Repository.