mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
12 lines
294 B
JSON
12 lines
294 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@3.0.5/schema.json",
|
|
"changelog": "@changesets/cli/changelog",
|
|
"commit": false,
|
|
"fixed": [],
|
|
"linked": [],
|
|
"access": "public",
|
|
"baseBranch": "main",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": ["@better-t-stack/backend", "web"]
|
|
}
|