Skip to content

Commit

Permalink
Merge pull request #3906 from github/koesie10/update-release-docs
Browse files Browse the repository at this point in the history
Update release docs
  • Loading branch information
koesie10 authored Jan 22, 2025
2 parents ffed4b6 + c35f927 commit f8d010a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/releasing.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Releasing (write access required)

1. Make sure the needed authentication keys are valid. Most likely the Azure DevOps PAT needs to be regenerated. See below.
1. Determine the new version number. We default to increasing the patch version number, but make our own judgement about whether a change is big enough to warrant a minor version bump. Common reasons for a minor bump could include:
- Making substantial new features available to all users. This can include lifting a feature flag.
- Breakage in compatibility with recent versions of the CLI.
Expand Down Expand Up @@ -61,7 +60,7 @@

## Secrets and authentication for publishing

Repository administrators, will need to manage the authentication keys for publishing to the VS Code marketplace and Open VSX. Each requires an authentication token.
Repository administrators will need to manage the authentication keys for publishing to the VS Code marketplace and Open VSX. Each requires an authentication token.

To regenerate the Open VSX token:

Expand Down

0 comments on commit f8d010a

Please sign in to comment.