Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 832 Bytes

CONTRIBUTING.md

File metadata and controls

44 lines (29 loc) · 832 Bytes

Icon Generation

Generate .svg icon .png

npm run icon:gen

Release Process

Setup

Update version in package.json

Verification

  1. Verify contents to publish vsce ls
  2. Package local .vsix for testing npx vsce package

Publishing

Pre-Release

Run the following script to do a pre-release:

  1. Update version number in package.json (probably can use npm version but need to investigate)
  2. Run npm i to update package-lock.
  3. Commit change so that tag is based on latest.
  4. Run pre-release script targetting new version.
# Update pre-release version in command before running it
scripts/pre-release.sh 0.1.X

Release

Still pre-release. See pre-release section above for now.

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