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 commit
changes andgit tag
the commit (git tag -m 'vscode-value x.y.z' x.y.z
)- Run
yarn run vsce list-publishers
if you are unsure whether a publisher is set up. If there is none see below before continuing. - Run
yarn run publish
. - Bump
package.json
to a pre-release versionx.y.z-dev
,git commit
and 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.