chore: fix changeset config -- ignore private packages, reduce cascade to minor

This commit is contained in:
Matt Kane
2026-04-01 15:56:01 +01:00
parent 71f390c4f1
commit 4413226dd8

View File

@@ -11,6 +11,30 @@
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"bumpVersionsWithWorkspaceProtocolOnly": true
"updateInternalDependencies": "minor",
"bumpVersionsWithWorkspaceProtocolOnly": true,
"ignore": [
"@emdash-cms/blocks-playground",
"@emdash-cms/demo-cloudflare",
"@emdash-cms/demo-postgres",
"@emdash-cms/demo-preview",
"@emdash-cms/marketplace",
"@emdash-cms/playground",
"@emdash-cms/plugin-api-test",
"@emdash-cms/plugin-marketplace-test",
"@emdash-cms/plugin-sandboxed-test",
"@emdash-cms/template-blank",
"@emdash-cms/template-blog",
"@emdash-cms/template-blog-cloudflare",
"@emdash-cms/template-marketing",
"@emdash-cms/template-marketing-cloudflare",
"@emdash-cms/template-portfolio",
"@emdash-cms/template-portfolio-cloudflare",
"@emdash-cms/template-starter",
"@emdash-cms/template-starter-cloudflare",
"docs",
"emdash-demo",
"emdash-e2e-fixture",
"emdash-plugins-demo"
]
}