Skip to content

Commit b965788

Browse files
ryu1knclaude
andcommitted
Update release skill: use npm version, add Open VSX publish step
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent dabe887 commit b965788

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.claude/skills/release/SKILL.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@ Guide the user through cutting a release of the Partial Diff extension. The argu
5858

5959
### 8. Publish
6060

61-
- Remind the user they need a Personal Access Token for the VS Code Marketplace if they haven't set one up.
62-
- Run `npx @vscode/vsce publish` — this triggers `vscode:prepublish` (production build) and uploads to the VS Code Marketplace.
61+
- Remind the user they need Personal Access Tokens for both the VS Code Marketplace and Open VSX if they haven't set them up.
62+
- **VS Code Marketplace:**
63+
- Run `npx @vscode/vsce publish` — this triggers `vscode:prepublish` (production build) and uploads to the VS Code Marketplace.
6364
- Run `npm run vscode:postpublish` to create and push the git tag. Note: `vsce publish` does NOT run `postpublish` automatically.
65+
- **Open VSX:**
66+
- Run `npx ovsx publish partial-diff-<version>.vsix` — reuses the .vsix already built by `vsce publish`.
6467
- Push the release commit: `git push origin main`

0 commit comments

Comments
 (0)