chore(releases): rename bump-oss script to align with newer versions (#38892)

This commit is contained in:
Lorenzo Sciandra
2023-08-21 09:58:28 +01:00
committed by GitHub
parent 0bccf2b616
commit be89d2af54
3 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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"
+1 -1
View File
@@ -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,