Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 457 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (19 loc) · 457 Bytes

Release Process

Setup

Update version in package.json

Verification

  1. Verify contents to publish vsce ls
  2. Package local .vsix for testing npm run package:latest

Publishing

Pre-Release

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

Release

vsce publish patch --allow-star-activation
git push
git push --tags