Skip to content

Commit a188406

Browse files
committed
chore: use github changelog for changesets
1 parent 4c749b1 commit a188406

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.changeset/config.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3-
"changelog": "@changesets/cli/changelog",
3+
"changelog": [
4+
"@changesets/changelog-github",
5+
{ "repo": "vuejs/eslint-config-standard" }
6+
],
47
"commit": false,
58
"fixed": [],
69
"linked": [],
710
"access": "restricted",
811
"baseBranch": "main",
912
"updateInternalDependencies": "patch",
1013
"ignore": []
11-
}
14+
}

0 commit comments

Comments
 (0)