mirror of
https://github.com/EveryInc/compound-engineering-plugin.git
synced 2026-06-19 15:41:46 +02:00
9b77989001
Per-package `release-as` is the supported release-please mechanism for
pinning a subset of monorepo packages to a specific version. Unlike the
commit-footer form (`Release-As:`), this short-circuits only the two
configured packages in `strategies/base.ts#buildNewVersion` and does not
affect the other three packages' buckets.
Paired with:
- The BEGIN_COMMIT_OVERRIDE block in #665's body (neutralizes the
fanned-out `Release-As` footer from the empty pin commit for
coding-tutor, marketplace, and cursor-marketplace).
- The revert of 7a6c84d3 in the preceding commit (git-history-level
intent signal; does not by itself remove the footer from
release-please's view — the PR body override does that).
These `release-as` entries must be removed in a follow-up PR after the
3.0.2 release ships, or every subsequent release will stay pinned at
3.0.2.