feat(repo): add changeset cli

This commit is contained in:
moklick
2024-06-05 15:58:08 +02:00
parent 9d1cfb24ce
commit 83867733e9
2 changed files with 19 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "xyflow/xyflow" }],
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}