Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.1 KB

MAINTAINERSHIP.md

File metadata and controls

30 lines (22 loc) · 1.1 KB

intellij-powershell Maintainership

Release

To release a new version, follow these steps.

  1. Update the copyright year in the README.md file, if required.
  2. Choose the new version. It should consist of three numbers (i.e. 1.0.0).
  3. Change the version number in the gradle.properties (pluginVersion=…).
  4. Make sure there's a properly formed version entry in the CHANGELOG.md.
  5. Merge these changes via a PR.
  6. Push a tag named v<VERSION> to GitHub.

The new release will be published automatically.

Update Token

To update the token used for publishing the plugin, follow these steps.

  1. Go to the Marketplace token update section.
  2. Drop the old token called github.intellij-powershell.
  3. Create a new one with the same name.
  4. Go to the GitHub repository's Secrets page.
  5. Update the JETBRAINS_MARKETPLACE_TOKEN with the new value.