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.
This commit is contained in:
Chris Arderne
2026-07-09 17:30:19 +01:00
committed by GitHub
parent e57fd9ce90
commit 580f94a955
+2 -1
View File
@@ -14,7 +14,8 @@
"updateInternalDependencies": "patch",
"ignore": [
"webapp",
"supervisor"
"supervisor",
"@trigger.dev/plugins"
],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true