Skip to content

Commit 8d0f99b

Browse files
committed
docs(ci): point release publish steps at the new /vsce-publish skill
The canonical instructions for one-time Azure (aex.dev.azure.com) publisher setup, exact PAT scopes for VSCE_PAT, Open VSX agreement + create-namespace, secret rotation, and troubleshooting now live in the global skill. This makes the workflow self-documenting for future maintainers. Refs #1 Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
1 parent defb34f commit 8d0f99b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
env:
5757
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5858
run: gh release upload "${{ needs.release-please.outputs.tag_name }}" patchloom.vsix
59+
# See ~/.grok/skills/vsce-publish/SKILL.md (or /vsce-publish) for the full
60+
# one-time browser setup (aex.dev.azure.com, PAT scopes, Open VSX agreement
61+
# + create-namespace + ownership claim), secret names, and troubleshooting.
5962
- name: Publish to VS Code Marketplace
6063
run: npx @vscode/vsce publish --packagePath patchloom.vsix
6164
env:

0 commit comments

Comments
 (0)