1cf963a1fb
- workspace:* → workspace:^ (resolves to ^x.y.z instead of exact) - Remove publish.sh, use changesets workflow - changeset config: access public (Gitea compat) - release script: build + test + changeset publish
18 lines
342 B
JSON
18 lines
342 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@3.1.4/schema.json",
|
|
"changelog": "@changesets/cli/changelog",
|
|
"commit": false,
|
|
"fixed": [
|
|
[
|
|
"@uncaged/*"
|
|
]
|
|
],
|
|
"linked": [],
|
|
"access": "public",
|
|
"baseBranch": "main",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": [
|
|
"@uncaged/workflow-dashboard"
|
|
]
|
|
}
|