mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
6584b408fb
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/44941 Changelog: [Internal] Reviewed By: cyan33 Differential Revision: D58565114 fbshipit-source-id: ba6cba0445327ff7ff57505dbb498f2b5d8d5fe7
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
create-release-commit
Creates a release commit to trigger a new release