mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 22:10:14 +00:00
bc1735f014
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/44908 Changelog: [General] [Changed] - CircleCI test to Helloworld, but disabled for now until we remove the template Reviewed By: cipolleschi Differential Revision: D58469912 fbshipit-source-id: 718a774946bd70347697f18bbfc470b2897d2f87 |
||
---|---|---|
.. | ||
__tests__ | ||
set-version | ||
templates | ||
utils | ||
create-release-commit.js | ||
README.md | ||
remove-new-arch-flags.js | ||
set-rn-version.js | ||
update-template-package.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
.
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