Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 563 Bytes

RELEASING.md

File metadata and controls

9 lines (8 loc) · 563 Bytes

Releasing

  • Add a new entry in changelog.md as well as plugin.xml
  • Manually verify the plugin through ./gradlew runIde
  • Run ./gradlew build
  • Run ./gradlew publishPlugin (Required system environment variable ORG_GRADLE_PROJECT_intellijPublishToken)
  • Visit Marketplace to verify the plugin is approved and released
  • Run ./gradlew githubRelease (Required gradle property github.token)
  • Visit Github to verify the release is created on Github