Skip to content

Commit

Permalink
chore(releases): rename bump-oss script to align with newer versions (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kelset authored Aug 21, 2023
1 parent 0bccf2b commit be89d2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish-npm.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
File renamed without changes.

0 comments on commit be89d2a

Please sign in to comment.