You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

30
+
[Install this plugin from the JetBrains Marketplace](https://plugins.jetbrains.com/plugin/19620-coder/)
31
31
32
32
## Manually Building
33
33
@@ -142,6 +142,8 @@ An artifact file is also built with the plugin attached. Every new Build overrid
142
142
When you edit the draft and use the <kbd>Publish release</kbd> button, GitHub will tag the repository with the given version and add a new entry to the Releases tab.
143
143
Next, it will notify users who are *watching* the repository, triggering the final [Release](.github/workflows/release.yml) workflow.
144
144
145
+
> **IMPORTANT:**`pluginVersion` from `gradle.properties` needs to be manually increased after a release.
146
+
145
147
### Plugin signing
146
148
147
149
Plugin Signing is a mechanism introduced in the 2021.2 release cycle to increase security in [JetBrains Marketplace](https://plugins.jetbrains.com).
0 commit comments