File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,11 @@ steps:
2929 # Note, This won't do the actual `git tag` and `git push` as we're doing a dry run.
3030 # We do that as a separate step in `.ado/publish.yml`.
3131 - task : CmdLine@2
32- displayName : Prepare package for release
32+ displayName : Prepare React Native macOS release
3333 inputs :
3434 script : |
35- node ./scripts/prepare-package-for-release.js -v "$RNM_PACKAGE_VERSION" --dry-run
36- env :
37- # Map the corresponding CircleCI variable since `prepare-package-for-release.js` depends on it.
38- CIRCLE_BRANCH : $(Build.SourceBranchName)
35+ set -eox pipefail
36+ node scripts/releases/set-rn-version.js -v $RNM_PACKAGE_VERSION --build-type "release"
3937
4038 # Note: This won't actually publish to NPM as we've commented that bit out.
4139 # We do that as a separate step in `.ado/publish.yml`.
Original file line number Diff line number Diff line change 111111 "@react-native-community/cli" : " 13.6.9" ,
112112 "@react-native-community/cli-platform-android" : " 13.6.9" ,
113113 "@react-native-community/cli-platform-ios" : " 13.6.9" ,
114- "@react-native-mac/virtualized-lists" : " 0.74.86 " ,
114+ "@react-native-mac/virtualized-lists" : " 0.74.87 " ,
115115 "@react-native/assets-registry" : " 0.74.87" ,
116116 "@react-native/codegen" : " 0.74.87" ,
117117 "@react-native/community-cli-plugin" : " 0.74.87" ,
Original file line number Diff line number Diff line change @@ -3332,7 +3332,7 @@ __metadata:
33323332 languageName: unknown
33333333 linkType: soft
33343334
3335- "@react-native-mac/virtualized-lists@npm:0.74.86 , @react-native-mac/virtualized-lists@workspace:packages/virtualized-lists":
3335+ "@react-native-mac/virtualized-lists@npm:0.74.87 , @react-native-mac/virtualized-lists@workspace:packages/virtualized-lists":
33363336 version: 0.0.0-use.local
33373337 resolution: "@react-native-mac/virtualized-lists@workspace:packages/virtualized-lists"
33383338 dependencies:
@@ -12499,7 +12499,7 @@ __metadata:
1249912499 "@react-native-community/cli": "npm:13.6.9"
1250012500 "@react-native-community/cli-platform-android": "npm:13.6.9"
1250112501 "@react-native-community/cli-platform-ios": "npm:13.6.9"
12502- "@react-native-mac/virtualized-lists": "npm:0.74.86 "
12502+ "@react-native-mac/virtualized-lists": "npm:0.74.87 "
1250312503 "@react-native/assets-registry": "npm:0.74.87"
1250412504 "@react-native/codegen": "npm:0.74.87"
1250512505 "@react-native/community-cli-plugin": "npm:0.74.87"
You can’t perform that action at this time.
0 commit comments