Skip to content

Commit 10c74d5

Browse files
committed
Update release with new PAT lifetime.
1 parent 44429c2 commit 10c74d5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/releasing.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Releasing (write access required)
22

3+
1. Make sure the needed authentication keys are valid. Most likely the Azure DevOps PAT needs to be regenerated. See below.
34
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:
45
- Making substantial new features available to all users. This can include lifting a feature flag.
56
- Breakage in compatibility with recent versions of the CLI.
@@ -60,7 +61,7 @@
6061

6162
## Secrets and authentication for publishing
6263

63-
Repository administrators, will need to manage the authentication keys for publishing to the VS Code marketplace and Open VSX. Each requires an authentication token. The VS Code marketplace token expires yearly.
64+
Repository administrators, will need to manage the authentication keys for publishing to the VS Code marketplace and Open VSX. Each requires an authentication token.
6465

6566
To regenerate the Open VSX token:
6667

@@ -69,4 +70,4 @@ To regenerate the Open VSX token:
6970
1. Go to the [Access Tokens](https://open-vsx.org/user-settings/tokens) page and generate a new token.
7071
1. Update the secret in the `publish-open-vsx` environment in the project settings.
7172

72-
To regenerate the VSCode Marketplace token, please see our internal documentation. Note that Azure DevOps PATs expire every 90 days and must be regenerated.
73+
To regenerate the VSCode Marketplace token, please see our internal documentation. Note that Azure DevOps PATs expire every 7 days and must be regenerated.

0 commit comments

Comments
 (0)