Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 1005 Bytes

File metadata and controls

9 lines (8 loc) · 1005 Bytes

Process for releasing a new version of VSCode extension - Deploy to Azure

  1. Update the new version in package.json and package-lock.json
  2. Add concise description of the changes in the new version in ChangeLog.md and make changes in README.(if required).
  3. Create a release branch for every major version update. Example, for version v1,v2,v3, create new branch : releases/v1, releases/v2, releases/v3.
  4. Run the pipeline with the release branch created.
  5. Download the artifacts and get the BVT testing done using the corresponding Vsix with the vendor team.
  6. Create a tag for the corresponding version, using Draft a new release.
  7. Upload the VSIX at the marketplace.