Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 502 Bytes

PUBLISH.md

File metadata and controls

22 lines (21 loc) · 502 Bytes

Publishing new version

  • Update version & add changelog in build.gradle
  • Check for newer versions at build range numbers and update the
    intellij {
        version = '2021.2'
    }
    
    and
    patchPluginXml {
        sinceBuild = '201'
        untilBuild = '212.*'
        ...
    }
    
  • Run
    ./gradlew runPluginVerifier
    ./gradlew publishPlugin