File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 `
You can’t perform that action at this time.
0 commit comments