- 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 propertygithub.token
) - Visit Github to verify the release is created on Github