Skip to content

Commit b9c7891

Browse files
committed
Docs.
1 parent 9be80b4 commit b9c7891

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ These are the steps to take to release a new version of the extension (for contr
3636
1. Prepare a changelog for [the Releases page on GitHub](https://github.com/wp-hooks/vscode-wordpress-hooks/releases).
3737
- The `git changelog -x` command from [Git Extras](https://github.com/tj/git-extras) is handy for this.
3838

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+
3946
### For Release
4047

4148
1. Ensure you're on the `develop` branch and all the changes for this release have been merged in.

0 commit comments

Comments
 (0)