dillon1000/react

Commit

[release] Update publishing scripts to make publishing allowlisted packages easier (#32486)

It's getting unwieldy to list every single package to skip in these
commands when you only want to publish one, ie
eslint-plugin-react-hooks.

This adds a new `onlyPackages` and `publishVersion` option to the
publish commands to make that easier.
Browse files
Changed paths4 files
First-parent comparison
M scripts/release/prepare-release-from-npm-commands/parse-params.js ModifiedM scripts/release/prepare-release-from-npm.js ModifiedM scripts/release/publish-commands/parse-params.js ModifiedM scripts/release/publish.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…