Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 338 Bytes

RELEASE.md

File metadata and controls

16 lines (13 loc) · 338 Bytes

Jaeger VSCode Extension Release Process

  1. Update the version in package.json and package-lock.json
npm version minor
git push origin master --tag

(or major if a major release)

  1. Build the vsix file
npm install
vsce package
  1. Create a release for the tag, and upload the vsix file as asset attached to the release.