mirror of
https://github.com/mattpocock/skills.git
synced 2026-07-29 02:52:42 +07:00
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:
co-authored by
Claude Opus 4.8
parent
00ff03cac2
commit
bddb833cba
@@ -5,6 +5,7 @@
|
|||||||
{ "repo": "mattpocock/skills" }
|
{ "repo": "mattpocock/skills" }
|
||||||
],
|
],
|
||||||
"commit": false,
|
"commit": false,
|
||||||
|
"privatePackages": { "version": true, "tag": true },
|
||||||
"fixed": [],
|
"fixed": [],
|
||||||
"linked": [],
|
"linked": [],
|
||||||
"access": "restricted",
|
"access": "restricted",
|
||||||
|
|||||||
@@ -30,6 +30,7 @@ jobs:
|
|||||||
uses: changesets/action@v1
|
uses: changesets/action@v1
|
||||||
with:
|
with:
|
||||||
version: npx changeset version
|
version: npx changeset version
|
||||||
|
publish: npx changeset tag
|
||||||
commit: "chore: version skills"
|
commit: "chore: version skills"
|
||||||
title: "chore: version skills"
|
title: "chore: version skills"
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user