580f94a955
## 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.
24 lines
546 B
JSON
24 lines
546 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@2.2.0/schema.json",
|
|
"changelog": [
|
|
"@remix-run/changelog-github",
|
|
{
|
|
"repo": "triggerdotdev/trigger.dev"
|
|
}
|
|
],
|
|
"commit": false,
|
|
"fixed": [["@trigger.dev/*", "trigger.dev"]],
|
|
"linked": [],
|
|
"access": "public",
|
|
"baseBranch": "main",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": [
|
|
"webapp",
|
|
"supervisor",
|
|
"@trigger.dev/plugins"
|
|
],
|
|
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
|
|
"onlyUpdatePeerDependentsWhenOutOfRange": true
|
|
}
|
|
}
|