Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 873 Bytes

releasing.md

File metadata and controls

17 lines (16 loc) · 873 Bytes
  1. If needed, update patchPluginXml.untilBuild
  2. Update patchPluginXml.changeNotes and patchPluginXml.pluginDescription
  3. Run tests and runIDE
  4. Temporarily set intellij.version to patchPluginXml.sinceBuild and run tests and runIDE. Then restore intellij.version.
  5. Merge branch master to releases
  6. In releases branch, set version
  7. Run buildPlugin, install from disk and test manually
  8. Double check patchPluginXml.changeNotes and patchPluginXml.pluginDescription
  9. Make sure publishPlugin.channels is unset
  10. Run publishPlugin task
  11. git commit -a …, git tag …, git push --tags
  12. Upload build/distributions/*.zip to GitHub