Skip to content

Commit dad55bb

Browse files
authored
Merge pull request #15 from emdash-cms/fix/changeset-config
fix: changeset config -- ignore private packages, reduce cascade to minor
2 parents 71f390c + 4413226 commit dad55bb

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

.changeset/config.json

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,30 @@
1111
"linked": [],
1212
"access": "public",
1313
"baseBranch": "main",
14-
"updateInternalDependencies": "patch",
15-
"bumpVersionsWithWorkspaceProtocolOnly": true
14+
"updateInternalDependencies": "minor",
15+
"bumpVersionsWithWorkspaceProtocolOnly": true,
16+
"ignore": [
17+
"@emdash-cms/blocks-playground",
18+
"@emdash-cms/demo-cloudflare",
19+
"@emdash-cms/demo-postgres",
20+
"@emdash-cms/demo-preview",
21+
"@emdash-cms/marketplace",
22+
"@emdash-cms/playground",
23+
"@emdash-cms/plugin-api-test",
24+
"@emdash-cms/plugin-marketplace-test",
25+
"@emdash-cms/plugin-sandboxed-test",
26+
"@emdash-cms/template-blank",
27+
"@emdash-cms/template-blog",
28+
"@emdash-cms/template-blog-cloudflare",
29+
"@emdash-cms/template-marketing",
30+
"@emdash-cms/template-marketing-cloudflare",
31+
"@emdash-cms/template-portfolio",
32+
"@emdash-cms/template-portfolio-cloudflare",
33+
"@emdash-cms/template-starter",
34+
"@emdash-cms/template-starter-cloudflare",
35+
"docs",
36+
"emdash-demo",
37+
"emdash-e2e-fixture",
38+
"emdash-plugins-demo"
39+
]
1640
}

0 commit comments

Comments
 (0)