react-native-macos/scripts/releases
Saad Najmi 4c16290ed8 Merge commit '6f7eae5c583090bd62ca60a4c3170445e5a0a751' into main 2024-08-22 23:08:52 -07:00
..
__tests__ Adjust output package.json formatting in scripts (#43133) 2024-02-23 02:44:10 -08:00
set-version RN/Relay: Bump Dependency to React 19 (#44990) 2024-06-17 02:59:55 -07:00
templates Reorganise and document release script entry points (#42774) 2024-02-01 06:02:17 -08:00
utils Merge commit '6f7eae5c583090bd62ca60a4c3170445e5a0a751' into main 2024-08-22 23:08:52 -07:00
README.md Remove the trigger-react-native-release to use the GHA workflow_dispatch UI (#44898) 2024-06-13 08:19:58 -07:00
create-release-commit.js Remove the trigger-react-native-release to use the GHA workflow_dispatch UI (#44898) 2024-06-13 08:19:58 -07:00
remove-new-arch-flags.js Reorganise and document release script entry points (#42774) 2024-02-01 06:02:17 -08:00
set-rn-version.js Adjust output package.json formatting in scripts (#43133) 2024-02-23 02:44:10 -08:00
update-template-package.js Update set-version to reuse set-rn-version (#43109) 2024-02-20 05:06:03 -08:00

README.md

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