fix: create GitHub releases on version bump
Add `publish: npx changeset tag` to the release workflow and enable tagging for private packages in the changesets config, so merging a Version PR creates a git tag and GitHub release. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
00ff03cac2
commit
bddb833cba
2 changed files with 2 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -30,6 +30,7 @@ jobs:
|
|||
uses: changesets/action@v1
|
||||
with:
|
||||
version: npx changeset version
|
||||
publish: npx changeset tag
|
||||
commit: "chore: version skills"
|
||||
title: "chore: version skills"
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue