We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c749b1 commit a188406Copy full SHA for a188406
.changeset/config.json
@@ -1,11 +1,14 @@
1
{
2
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3
- "changelog": "@changesets/cli/changelog",
+ "changelog": [
4
+ "@changesets/changelog-github",
5
+ { "repo": "vuejs/eslint-config-standard" }
6
+ ],
7
"commit": false,
8
"fixed": [],
9
"linked": [],
10
"access": "restricted",
11
"baseBranch": "main",
12
"updateInternalDependencies": "patch",
13
"ignore": []
-}
14
+}
0 commit comments