Browse Source

Notes that insiders edition is deprecated

main
Eric Amodio 1 year ago
parent
commit
d6567fba7a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      CONTRIBUTING.md

+ 2
- 2
CONTRIBUTING.md View File

@ -199,10 +199,10 @@ After the version commit and new tags are pushed to GitHub, the [Publish Stable
If the action fails, the VSIX will need to be built locally with `yarn package` and uploaded manually in the marketplace.
### Pre-release edition (currently disabled until VS Code's marketplace supports pre-releases)
### Pre-release edition
The [Publish Pre-release workflow](.github/workflows/cd-pre.yml) is automatically run every AM unless no new changes have been committed to `main`.
### Insiders edition
### Insiders edition (deprecated use pre-release instead)
The [Publish Insiders workflow](.github/workflows/cd-insiders.yml) is automatically run every AM unless no new changes have been committed to `main`.

Loading…
Cancel
Save