Thank you for your interest in this project 馃槉 I appreciate all issues and pull requests, and any kind of contribution 馃檪
- Bump version in
package.json. - Add a corresponding headline to
CHANGELOG.md. git commitchanges andgit tagthe commit (git tag -m 'vscode-value x.y.z' x.y.z)- Run
yarn run vsce list-publishersif you are unsure whether a publisher is set up. If there is none see below before continuing. - Run
yarn run publish. - Bump
package.jsonto a pre-release versionx.y.z-dev,git commitand then push all changes.
If you have no publisher setup:
- Get a personal access token for your Visual Studio team services account, and copy it.
- Run
yarn run vsce login <nickname>, with the nickname of that account. - Paste the access token into the prompt.
Yes, I should automate this process! 馃槉 Also consider yarn version to update
the version.