Files
pnpm/pnpm11/__utils__/scripts
Zoltan KochanandClaude Fable 5 cbf8fbae0d fix(scripts): accept the leading -- forwarded by pnpm run bump (#13507)
pnpm run forwards everything after the script name to the script verbatim,
including the -- separator itself, so the create-release-pr workflow's
`pnpm run bump -- --release <product>` invocations delivered a literal --
as the first argument and the fail-closed parser rejected it.

parseSelectedProducts now skips a single leading --; a -- in any other
position, and any other unrecognized token, still fails closed.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-07-30 20:14:42 +02:00
..