chore: add ignore list to changeset config
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
"changelog": ["@changesets/changelog-github", { "repo": "bcakmakoglu/vue-flow" }],
|
"changelog": ["@changesets/changelog-github", { "repo": "bcakmakoglu/vue-flow" }],
|
||||||
"fixed": [],
|
"fixed": [],
|
||||||
"updateInternalDependencies": "patch",
|
"updateInternalDependencies": "patch",
|
||||||
"ignore": [],
|
"ignore": ["docs", "tests", "nuxt3-examples", "quasar-examples", "vite-examples"],
|
||||||
"commit": false,
|
"commit": false,
|
||||||
"linked": [],
|
"linked": [],
|
||||||
"access": "public",
|
"access": "public",
|
||||||
|
|||||||
Reference in New Issue
Block a user