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