diff --git a/.changeset/config.json b/.changeset/config.json index 38b2a30..c4a5794 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -3,5 +3,6 @@ "changelog": ["@changesets/changelog-github", { "repo": "changesets/format" }], "baseBranch": "main", "commit": false, - "access": "public" + "access": "public", + "ignore": ["@changesets/test-*"] } diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 9327b13..cb885e7 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,5 +1,6 @@ packages: - "tests/fixtures/*" + - "." # This is needed for changesets to detect the root package allowBuilds: dprint: true