mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
68e6a94538
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/42897 Changelog: [Internal] - Update nightly flow to use set-version This change fixes `set-version` to update the `packages/react-native` native source and build files (as `set-rn-version` does) -- this was an oversight but not an issue as `set-version` isn't actually used anywhere right now. Reviewed By: huntie Differential Revision: D53463414 fbshipit-source-id: d0d9e4bbe246cccb8643a6ebf9794122bc343433
720 B
720 B
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.
remove-new-arch-flags
Updates native build files to disable the New Architecture.
set-version
Sets a singular version for the entire monorepo (including react-native package)
set-rn-version
Updates relevant files in the react-native package and template to materialize the given release version.
update-template-package
Updates workspace dependencies in the template apppackage.json