Skip to content

Commit be89d2a

Browse files
authored
chore(releases): rename bump-oss script to align with newer versions (#38892)
1 parent 0bccf2b commit be89d2a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@
9191
"test-android-instrumentation": "yarn run docker-build-android && yarn run test-android-run-instrumentation",
9292
"test-android-unit": "yarn run docker-build-android && yarn run test-android-run-unit",
9393
"test-android-e2e": "yarn run docker-build-android && yarn run test-android-run-e2e",
94-
"test-ios": "./scripts/objc-test.sh test"
94+
"test-ios": "./scripts/objc-test.sh test",
95+
"trigger-react-native-release": "node ./scripts/trigger-react-native-release.js"
9596
},
9697
"peerDependencies": {
9798
"react": "18.1.0"

scripts/publish-npm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ const rawVersion =
130130
: // For nightly we continue to use 0.0.0 for clarity for npm
131131
nightlyBuild
132132
? '0.0.0'
133-
: // For pre-release and stable releases, we use the git tag of the version we're releasing (set in bump-oss-version)
133+
: // For pre-release and stable releases, we use the git tag of the version we're releasing (set in trigger-react-native-release)
134134
buildTag;
135135

136136
let version,
File renamed without changes.

0 commit comments

Comments
 (0)