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