mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 22:10:14 +00:00
6f6aaae73e
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/43513 The previous `update_podfile_lock.sh` script would fail as executed from the repo root (could not locate RNTester dir). Delete this and replace with direct calls in `prepare-package-for-release.js`, which will fail script on error. {F1469216632} Changelog: [Internal] Reviewed By: cortinico Differential Revision: D54949214 fbshipit-source-id: 4f032069e803e84f835c279d01332d16787dfafc |
||
---|---|---|
.. | ||
__tests__ | ||
prepare-package-for-release.js | ||
publish-npm.js | ||
publish-updated-packages.js | ||
README.md |
scripts/releases-ci
CI-only release scripts — intended to run from a CI workflow (CircleCI or GitHub Actions).
Commands
For information on command arguments, run node <command> --help
.
prepare-package-for-release
Prepares files within the react-native
package and template for the target release version. Writes a new commit and tag, which will trigger publish-npm.js
in a new workflow.
publish-npm
Prepares release artifacts and publishes the react-native
package to npm.
publish-updated-packages
Publishes all updated packages (excluding react-native
) to npm. Triggered when a commit on a release branch contains #publish-packages-to-npm
.