Skip to content

Commit 49c7d47

Browse files
ryu1knclaude
andcommitted
Update release skill: postpublish must be run manually
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 47de99e commit 49c7d47

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.claude/skills/release/SKILL.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ Guide the user through cutting a release of the Partial Diff extension. The argu
5959
### 8. Publish
6060

6161
- 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:
63-
- `vscode:prepublish` (production build)
64-
- Upload to VS Code Marketplace
65-
- `vscode:postpublish``tag-release.sh` (creates and pushes git tag `v<version>`)
66-
- After publish completes, push the release commit: `git push origin main`
62+
- Run `npx @vscode/vsce publish` — this triggers `vscode:prepublish` (production build) and uploads to the VS Code Marketplace.
63+
- Run `npm run vscode:postpublish` to create and push the git tag. Note: `vsce publish` does NOT run `postpublish` automatically.
64+
- Push the release commit: `git push origin main`

0 commit comments

Comments
 (0)