Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 420 Bytes

RELEASE.md

File metadata and controls

21 lines (15 loc) · 420 Bytes

To cut a release of the extension, you must login with vsce using the project's personal access token:

$ yarn vsce login testdouble

If you haven't, update the version:

$ yarn version --patch
$ git push && git push --tags

Next, you should just need to run:

$ yarn run vsce:publish