To release a new version, follow these steps.
- Update the copyright year in the
README.md
file, if required. - Choose the new version. It should consist of three numbers (i.e.
1.0.0
). - Change the version number in the
gradle.properties
(pluginVersion=…
). - Make sure there's a properly formed version entry in the
CHANGELOG.md
. - Merge these changes via a PR.
- Push a tag named
v<VERSION>
to GitHub.
The new release will be published automatically.
To update the token used for publishing the plugin, follow these steps.
- Go to the Marketplace token update section.
- Drop the old token called
github.intellij-powershell
. - Create a new one with the same name.
- Go to the GitHub repository's Secrets page.
- Update the
JETBRAINS_MARKETPLACE_TOKEN
with the new value.