You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/releasing.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
# Releasing (write access required)
2
2
3
+
1. Make sure the needed authentication keys are valid. Most likely the Azure DevOps PAT needs to be regenerated. See below.
3
4
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:
4
5
- Making substantial new features available to all users. This can include lifting a feature flag.
5
6
- Breakage in compatibility with recent versions of the CLI.
@@ -60,7 +61,7 @@
60
61
61
62
## Secrets and authentication for publishing
62
63
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.
64
65
65
66
To regenerate the Open VSX token:
66
67
@@ -69,4 +70,4 @@ To regenerate the Open VSX token:
69
70
1. Go to the [Access Tokens](https://open-vsx.org/user-settings/tokens) page and generate a new token.
70
71
1. Update the secret in the `publish-open-vsx` environment in the project settings.
71
72
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