35ab62cca3
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/47704 Now that we have a min requirement of Node 18.18 on `main`, drop dependency on this polyfill. Changelog: [Internal] Reviewed By: vzaidman Differential Revision: D66162328 fbshipit-source-id: e8ab6669fe14ed177eccf4b861c01df4fb0d405a |
||
---|---|---|
.. | ||
__tests__ | ||
templates | ||
utils | ||
create-release-commit.js | ||
README.md | ||
remove-new-arch-flags.js | ||
set-rn-artifacts-version.js | ||
set-version.js |
scripts/releases
Scripts related to creating a React Native release. These are the lower level entry points used by scripts/releases-ci.
Commands
For information on command arguments, run node <command> --help
.
create-release-commit
Creates a release commit to trigger a new release.
remove-new-arch-flags
Updates native build files to disable the New Architecture.
set-version
Bump the version of all packages.
- Updates
package.json
metadata for all workspaces and the project root. - Updates relevant native files in the
react-native
package.
If --skipReactNativeVersion
is passed, the react-native
package version will be left unmodified as "1000.0.0"
(special static version on main
), and native files will not be touched.
set-rn-artifacts-version
Note
Deprecated: Prefer
set-version
. This entry point is a subset ofset-version
, and is used only by test workflows. We will replace these call sites in future.
Updates relevant native files in the react-native
package to materialize the given release version. This is run by set-version
unless --skipReactNativeVersion
is passed.