mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
chore(releases): rename bump-oss script to align with newer versions (#38892)
This commit is contained in:
+2
-1
@@ -91,7 +91,8 @@
|
||||
"test-android-instrumentation": "yarn run docker-build-android && yarn run test-android-run-instrumentation",
|
||||
"test-android-unit": "yarn run docker-build-android && yarn run test-android-run-unit",
|
||||
"test-android-e2e": "yarn run docker-build-android && yarn run test-android-run-e2e",
|
||||
"test-ios": "./scripts/objc-test.sh test"
|
||||
"test-ios": "./scripts/objc-test.sh test",
|
||||
"trigger-react-native-release": "node ./scripts/trigger-react-native-release.js"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "18.1.0"
|
||||
|
||||
@@ -130,7 +130,7 @@ const rawVersion =
|
||||
: // For nightly we continue to use 0.0.0 for clarity for npm
|
||||
nightlyBuild
|
||||
? '0.0.0'
|
||||
: // For pre-release and stable releases, we use the git tag of the version we're releasing (set in bump-oss-version)
|
||||
: // For pre-release and stable releases, we use the git tag of the version we're releasing (set in trigger-react-native-release)
|
||||
buildTag;
|
||||
|
||||
let version,
|
||||
|
||||
Reference in New Issue
Block a user