Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 240 Bytes

RELEASE.md

File metadata and controls

7 lines (6 loc) · 240 Bytes

To release:

  • Update version number in README.md.
  • Update version number in build.gradle
  • Run gradle test publishPlugins
  • Commit any changes and tag the release verison number
  • Run git push origin master --tags to sync with github