Skip to content

How to make a release in this repo

Vincent Cheung edited this page May 17, 2021 · 3 revisions
  1. Update 3P notices in the README if dependencies have changed since last release. node scripts/generateThirdPartyList.js
  2. Update version in package.json
  3. Run npm install
  4. Commit changes to package.json and package-lock.json
    1. Our CI will automatically create a tag for the version
  5. Run vsce package to generate vsix file
    1. Install vsce if you don't already have it: npm install -g vsce
  6. Go to https://github.com/stripe/vscode-stripe/releases/new to make new release from tag
  7. Attach generated vsix file.
  8. Add a title and changelog
Clone this wiki locally