@sentry/junior-maintenance 0.96.0 → 0.97.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -54,7 +54,7 @@ Save total PR count, breaking PRs (`!` or `BREAKING CHANGE`), and config-relevan
|
|
|
54
54
|
|
|
55
55
|
### 5. Sync `minimumReleaseAgeExclude`
|
|
56
56
|
|
|
57
|
-
If `pnpm-workspace.yaml` has a `minimumReleaseAgeExclude` list, ensure every Junior package from step 2 is
|
|
57
|
+
If `pnpm-workspace.yaml` has a `minimumReleaseAgeExclude` list, ensure every Junior package from step 2 is covered by an exact entry or an existing package pattern. Add missing entries before `pnpm add`, but do not add exact entries already covered by `@sentry/*`. Append at end and preserve existing order.
|
|
58
58
|
|
|
59
59
|
### 6. Update deps (section-preserving)
|
|
60
60
|
|