From f5ba1447f366e425b094c83f6312a02dbc4ab9a9 Mon Sep 17 00:00:00 2001 From: Milos Dzepina Date: Wed, 10 Sep 2025 11:05:31 +0200 Subject: [PATCH] Reduce the scope of changeset to src folder Signed-off-by: Milos Dzepina --- .changeset/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.changeset/config.json b/.changeset/config.json index d30deafdf..011fe8fb6 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -2,6 +2,7 @@ "$schema": "https://unpkg.com/@changesets/config@3.0.5/schema.json", "access": "restricted", "baseBranch": "main", + "changedFilePatterns": ["src/**"], "changelog": ["@changesets/changelog-github", { "repo": "aragon/gov-ui-kit" }], "commit": false, "fixed": [],