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: CONTRIBUTING.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,13 @@ These are the steps to take to release a new version of the extension (for contr
36
36
1. Prepare a changelog for [the Releases page on GitHub](https://github.com/wp-hooks/vscode-wordpress-hooks/releases).
37
37
- The `git changelog -x` command from [Git Extras](https://github.com/tj/git-extras) is handy for this.
38
38
39
+
### Renew the VS Marketplace PAT
40
+
41
+
VS Marketplace uses Azure PATs which always expire before you need to use them.
42
+
43
+
1. Visit [Azure DevOps -> User settings -> Security -> Personal access tokens](https://dev.azure.com/johnbillion/_usersSettings/tokens) and regenerate the existing token or create a new one
44
+
1. Update the secret in [the VS Code Marketplace environment on GitHub](https://github.com/wp-hooks/vscode-wordpress-hooks/settings/environments/44706953/edit)
45
+
39
46
### For Release
40
47
41
48
1. Ensure you're on the `develop` branch and all the changes for this release have been merged in.
0 commit comments