From 667078e760903d5e15dd6962bd4153821f4f16bf Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Sat, 8 Oct 2022 22:47:41 +0200 Subject: [PATCH] chore: add ignore list to changeset config --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index e3d02e18..c2423fc4 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -3,7 +3,7 @@ "changelog": ["@changesets/changelog-github", { "repo": "bcakmakoglu/vue-flow" }], "fixed": [], "updateInternalDependencies": "patch", - "ignore": [], + "ignore": ["docs", "tests", "nuxt3-examples", "quasar-examples", "vite-examples"], "commit": false, "linked": [], "access": "public",