- Update the version in package.json and package-lock.json
npm version minor
git push origin master --tag
(or major if a major release)
- Build the vsix file
npm install
vsce package
- Create a release for the tag, and upload the vsix file as asset attached to the release.