Skip to content

Commit 14d20d7

Browse files
authored
chore: ignore demo, website, and example-flows packages in changesets (#548)
Added `@pgflow/demo`, `@pgflow/website`, and `@pgflow/example-flows` to the ignore list in the Changeset configuration. This prevents these packages from being included in the versioning and release process managed by Changesets.
1 parent ad995ca commit 14d20d7

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
@@ -15,5 +15,5 @@
1515
"access": "public",
1616
"baseBranch": "main",
1717
"updateInternalDependencies": "patch",
18-
"ignore": []
18+
"ignore": ["@pgflow/demo", "@pgflow/website", "@pgflow/example-flows"]
1919
}

0 commit comments

Comments
 (0)