Skip to content

Commit 69e03e1

Browse files
committed
chore: add changeset config
1 parent 0192704 commit 69e03e1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.changeset/config.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"$schema": "https://unpkg.com/@changesets/config@2.0.0/schema.json",
3+
"access": "public",
4+
"baseBranch": "main",
5+
"changelog": [
6+
"@changesets/changelog-github",
7+
{
8+
"repo": "swordev/anymodel"
9+
}
10+
],
11+
"commit": false,
12+
"fixed": [],
13+
"ignore": [],
14+
"linked": [],
15+
"updateInternalDependencies": "patch"
16+
}

0 commit comments

Comments
 (0)