lauren
1de32a5e75
[release] Also split the onlyPackages param ( #32777 )
...
I missed this the last time.
---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com ). Best reviewed
with [ReviewStack](https://reviewstack.dev/facebook/react/pull/32777 ).
* #32778
* __->__ #32777
2025-03-28 14:35:18 -04:00
lauren
2df9622477
[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.
2025-02-27 11:24:30 -05:00
Andrew Clark
388686f291
Add "canary" to list of allowed npm dist tags ( #26767 )
...
Forgot this allowlist existed. It's an extra safeguard, in case we mess
up the configuration somehow.
2023-05-03 12:36:34 -04:00
Andrew Clark
ec78b135fb
Don't override use-sync-external-store peerDeps ( #22882 )
...
Usually the build script updates transitive React dependencies so that
they refer to the corresponding release version.
For use-sync-external-store, though, we also want to support older
versions of React, too. So the normal behavior of the build script
isn't sufficient.
For now, to unblock, I hardcoded a special case, but we should consider
a better way to handle this in the future.
2021-12-07 23:26:12 -08:00
Andrew Clark
96ca8d9155
Allow publishing with beta tag ( #22768 )
2021-11-15 10:43:40 -08:00
Andrew Clark
bc7d5ac99d
Allow alpha tags
2021-06-08 11:31:42 -04:00
Andrew Clark
3be750eee9
Add --ci option to publish script ( #20727 )
...
When running in CI, the publish script will skip interactive prompts,
including the prompt for a one-time password.
Instead, CI will need to use an automation access token:
https://docs.npmjs.com/using-private-packages-in-a-ci-cd-workflow
2021-02-03 12:17:40 -08:00
Dan Abramov
a1c0864d19
Support untagged releases ( #19509 )
2020-07-31 20:47:28 +01:00
Dan Abramov
5d271fc3b1
Revert "Support untagged releases ( #19507 )" ( #19508 )
...
This reverts commit 58b3ee7a88 .
2020-07-31 19:57:32 +01:00
Dan Abramov
58b3ee7a88
Support untagged releases ( #19507 )
...
* Support untagged releases
* Fix
2020-07-31 19:18:37 +01:00
Dan Abramov
7543459a48
Allow publishing untagged releases ( #19505 )
2020-07-31 16:10:01 +01:00
Brian Vaughn
5b007573ac
Release script supports publishing a subset of packages ( #16338 )
...
Release script supports publishing a subset of packages (#16338 )
2019-08-09 13:12:00 -07:00
Brian Vaughn
686f1060ad
Publish a local release (canary or stable) to NPM ( #14260 )
...
New release scripts.
Learn more at https://github.com/facebook/react/blob/master/scripts/release/README.md
2018-11-23 12:37:18 -08:00