Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 298 Bytes

RELEASE.md

File metadata and controls

8 lines (7 loc) · 298 Bytes

To release:

  • Update version number in build.gradle
  • Update version number in README.md.
  • Update HISTORY.md
  • Run ./gradlew clean check publishPlugins
  • Commit any changes and tag the release version number with git tag $VERSION
  • Run git push origin master --tags to sync with github.com