Update version in package.json
- Verify contents to publish
vsce ls
- Package local
.vsix
for testingnpm run package:latest
Run the following script to do a pre-release:
# Update pre-release version in command before running it
scripts/pre-release.sh 0.3.X
vsce publish patch --allow-star-activation
git push
git push --tags