react-native/scripts/release-testing
Alex Hunt 5f60ad65ca Rename set-rn-version script, mark as deprecated (#45184)
Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/45184

This is a follow-up to D59055522.

> NOTE:This diff will be followed up by a merge of the set-rn-version script into set-version. (I had considered a rename to version-rn-artifacts, intentionally keeping this script separate and distinct from a future [lerna version + this script] setup — however the current UX and confusion with this naming would be too confusing. It can move into a util 👍🏻.)

- Rename `set-rn-version` to `set-rn-artifacts-version` (more accurate).
- Mark this script as deprecated.
    - For now, there are too many references to this script in CI test jobs to refactor away this entry point, so I am avoiding this — these should later be standardised to `set-version`.

Changelog: [Internal]

Reviewed By: christophpurrer

Differential Revision: D59058085

fbshipit-source-id: 4123ac73b5c7a2e07a1d1b6da61e0ad94fc31f84
2024-06-26 10:14:12 -07:00
..
utils Rename set-rn-version script, mark as deprecated (#45184) 2024-06-26 10:14:12 -07:00
README.md
test-e2e-local-clean.js Rename E2E template init script, relocate Verdaccio config + storage (#43001) 2024-02-15 14:51:48 -08:00
test-e2e-local.js Port Update the testing script to run with the community template (#45064) 2024-06-20 03:24:29 -07:00

scripts/release-testing

Scripts supporting local manual release testing. See also How to Test a Release.

Commands

For information on command arguments, run node <command> --help.

test-e2e-local

Set up, build, and install a given test app configuration.

test-e2e-local-clean

Clean up all file system and cache state between tests.