-
Notifications
You must be signed in to change notification settings - Fork 33
How to make a release in this repo
Vincent Cheung edited this page May 17, 2021
·
3 revisions
- Update 3P notices in the README if dependencies have changed since last release.
node scripts/generateThirdPartyList.js
- Update
version
in package.json - Run
npm install
- Commit changes to
package.json
andpackage-lock.json
- Our CI will automatically create a tag for the version
- Run
vsce package
to generatevsix
file- Install
vsce
if you don't already have it:npm install -g vsce
- Install
- Go to https://github.com/stripe/vscode-stripe/releases/new to make new release from tag
- Attach generated
vsix
file. - Add a title and changelog