Maintainership
November 26, 2022 ยท View on GitHub
Release
To release a new version, follow these steps.
- Update the copyright year in the
LICENSE.md, if required. - Choose the new version according to Semantic Versioning. It should consist of three numbers (i.e.
1.0.0). - Change the
pluginVersionBaseproperty of thegradle.properties. - 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.
Update Token
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.avalonia-rider. - Create a new one with the same name.
- Go to the GitHub repository's Secrets page.
- Update the
JETBRAINS_MARKETPLACE_TOKENwith the new value.