Publishing
This plugin uses GitHub Actions for publishing builds. The following instructions are a reference for maintainers.
Publishing a Release
Follow the steps below to publish a new release. Once the GitHub release has been created, a GitHub action will be triggered which will build the plugin and push it to the plugin repository.
Update the CHANGELOG.md file with the new version number and the change notes.
Push all changes to master.
Go to the release page.
Click the "Draft a new release" button.
Enter the new version number for the tag and release name (e.g.
v1.0.0
).Add the change notes from the changelog to the description.
Click "Publish release".
Creating a Personal Access Token
Follow the steps below to create a personal access token. This should be added to a GitHub secret named PUBLISH_TOKEN
.
Login to JetBrains Hub
Go to your user profile
Click on the Authentication tab
Click New token ...
Enter any name
Select Marketplace for the scope
Last updated