Browse Source

Adds another note

main
Eric Amodio 5 months ago
parent
commit
9cbe1b7d97
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      CONTRIBUTING.md

+ 3
- 1
CONTRIBUTING.md View File

@ -198,7 +198,9 @@ If the action fails and retries are unsuccessful, the VSIX can be built locally
1. Create, if needed, a `release/{major}.{minor}` branch from the latest `v{major}.{minor}.{patch}` tag
2. Cherry-pick the desired commits from `main` into the `release/{major}.{minor}` branch
3. Follow from Step 2 in [Preparing a Normal Release](#preparing-a-normal-release) above
3. Follow all the steps from step 2 in [Preparing a Normal Release](#preparing-a-normal-release) above
Note: All patch releases for the same `{major}.{minor}` version use the same `release/{major}.{minor}` branch
### Pre-releases

Loading…
Cancel
Save