Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 521 Bytes

RELEASE.md

File metadata and controls

12 lines (9 loc) · 521 Bytes

How to release

Scio-idea-plugin uses sbt-idea-plugin to publish plugin updates to JetBrains.

  1. Push a new tag with the updated version:
    git tag -a X.Y.Z -m "X.Y.Z"
    
    git push origin X.Y.Z
  2. GitHub actions will verify and publish to JetBrains. Verify that your plugin was updated here.
  3. Create a release from the new tag at https://github.com/spotify/scio-idea-plugin/tags.