Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 314 Bytes

RELEASING.md

File metadata and controls

8 lines (7 loc) · 314 Bytes

Release Process

  1. Check that you've followed the setup steps listed here
  2. Update CHANGES.md
  3. Update the plugin version in build.gradle under "pluginBundle/version"
  4. Commit and tag with the version number
  5. Run ./gradlew clean build publishPlugins
  6. Push