Skip to content

Commit 580f94a

Browse files
authored
chore: ignore plugins package in changesets (#4210)
## Summary Excludes the non-published plugins workspace from Changesets release planning so it cannot drive public package version bumps. ## Verification Ran `pnpm run changeset:version` with temporary changesets for `@trigger.dev/plugins` and `@trigger.dev/core`; the ignored workspace produced no release-driver updates, and the public package changeset versioned normally.
1 parent e57fd9c commit 580f94a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.changeset/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"updateInternalDependencies": "patch",
1515
"ignore": [
1616
"webapp",
17-
"supervisor"
17+
"supervisor",
18+
"@trigger.dev/plugins"
1819
],
1920
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
2021
"onlyUpdatePeerDependentsWhenOutOfRange": true

0 commit comments

Comments
 (0)