I've managed to support all IntelliJ platforms in a single plugin artifact, so our release process is now much simpler, up until the point that it can now be automated.
This PR makes possible that, when a new tag is created under the form vX.Y.X, a new GH actions workflow will be triggered building and publishing the plugin with the version X.Y.Z
I've managed to support all IntelliJ platforms in a single plugin artifact, so our release process is now much simpler, up until the point that it can now be automated.
This PR makes possible that, when a new tag is created under the form
vX.Y.X
, a new GH actions workflow will be triggered building and publishing the plugin with the versionX.Y.Z