dillon1000/react

Commit

Fix release script --commit param (#20720)

PR #20717 accidentally broke the `--commit` parameter because the
script errors if you provide both a `--build` and a `--commit`.

I solved by removing the validation error. When there's a conflict, it
will choose the --`build`.

(Although maybe we should `--build` entirely and always uses `--commit`.
I think `--commit` is a sufficient replacement.)
Browse files
Changed paths2 files
First-parent comparison
M scripts/release/download-experimental-build.js ModifiedM scripts/release/shared-commands/parse-params.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…