Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 843 Bytes

DEPLOYING.md

File metadata and controls

22 lines (14 loc) · 843 Bytes

Publishing new version of kotlin-fill-class

Update two files. You can use this commit as a reference.

  • build.gradle
    • update the version
  • src/main/resources/META-INF/plugin.xml
    • update change-notes

Create a PR and tag @suusan2go or @oboenikui

After merging it, publish the plugin to JetBrains by the command below.

 ./gradlew publishPlugin

Note that you need to set JetBrains token as an environment variable TOKEN. This token is only shared with maintainers of this plugin. It would take 1-2 business days to get approval from JetBrains.

Finally, create a new release from GitHub. Create a new tag that is the same as the version you published.