Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 580 Bytes

File metadata and controls

8 lines (7 loc) · 580 Bytes

Contributing

Releasing

  1. Briefly review changes since last release with the team and get approval. Double-check tests are healthy.
  2. Run npm version patch --no-git-tag-version and post a PR with it. Example: #695
  3. Get it approved + merged.
  4. Draft a new release under https://github.com/microsoft/playwright-vscode/releases, use the merged commit as target.
  5. Have somebody review the release notes, then hit "Release". An Azure Pipeline will release the extension to the marketplace. Rerun if it fails, that's ok.