Commit 590a250
committed
Add dedicated VS Code extension GitHub Release and changeset
Add a new publish.yml step that creates a separate `b2c-vs-extension@X.Y.Z`
GitHub Release with the VSIX attached, so users can easily find and download
the latest extension. The release is marked `--latest=false` to avoid
overtaking the primary npm publish releases. The step only runs when the
extension publishes alongside other packages (to avoid duplicating the
combined release when extension-only).1 parent add48bf commit 590a250
File tree
2 files changed
+34
-0
lines changed- .changeset
- .github/workflows
2 files changed
+34
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
403 | 432 | | |
404 | 433 | | |
405 | 434 | | |
| |||
0 commit comments