Set configuration for changeset

This commit is contained in:
2026-07-10 16:15:35 +02:00
parent 8513c987c9
commit b722e113ab
4 changed files with 745 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.1.4/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "dev",
"updateInternalDependencies": "patch",
"ignore": ["apps/docs"]
}