mirror of
https://github.com/mattpocock/skills.git
synced 2026-06-25 08:24:06 +00:00
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>
15 lines
380 B
JSON
15 lines
380 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@3.1.4/schema.json",
|
|
"changelog": [
|
|
"@changesets/changelog-github",
|
|
{ "repo": "mattpocock/skills" }
|
|
],
|
|
"commit": false,
|
|
"privatePackages": { "version": true, "tag": true },
|
|
"fixed": [],
|
|
"linked": [],
|
|
"access": "restricted",
|
|
"baseBranch": "main",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": []
|
|
}
|