mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
0a7dbfd1a2
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/43568 Fixes to restore passing CI checks on main after D55027120. - Widen validation checks in version utils to accept `0.x.x` (as opposed to `0.[not-'0'].x`). - Use `tag: test` instead of `tag: latest` for dry run job params. Changelog: [Internal] Reviewed By: cortinico Differential Revision: D55123739 fbshipit-source-id: 9f76dced4e7aa3ce87d6680cd7687ae443305331
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