Skip to content

Commit 9218b89

Browse files
committed
Use glob in changeset ignore
1 parent bc49314 commit 9218b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://unpkg.com/@changesets/config@2.0.0/schema.json",
33
"changelog": "@changesets/cli/changelog",
44
"commit": false,
5-
"ignore": ["playground", "gatsby-example", "nextjs-example"],
5+
"ignore": ["apps/playground/**", "apps/examples/**"],
66
"access": "public",
77
"updateInternalDependencies": "patch",
88
"baseBranch": "main",

0 commit comments

Comments
 (0)