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:
29
29
# Note, This won't do the actual `git tag` and `git push` as we're doing a dry run.
30
30
# We do that as a separate step in `.ado/publish.yml`.
31
31
- task : CmdLine@2
32
- displayName : Prepare package for release
32
+ displayName : Prepare React Native macOS release
33
33
inputs :
34
34
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"
39
37
40
38
# Note: This won't actually publish to NPM as we've commented that bit out.
41
39
# We do that as a separate step in `.ado/publish.yml`.
Original file line number Diff line number Diff line change 111
111
"@react-native-community/cli" : " 13.6.9" ,
112
112
"@react-native-community/cli-platform-android" : " 13.6.9" ,
113
113
"@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 " ,
115
115
"@react-native/assets-registry" : " 0.74.87" ,
116
116
"@react-native/codegen" : " 0.74.87" ,
117
117
"@react-native/community-cli-plugin" : " 0.74.87" ,
Original file line number Diff line number Diff line change @@ -3332,7 +3332,7 @@ __metadata:
3332
3332
languageName: unknown
3333
3333
linkType: soft
3334
3334
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":
3336
3336
version: 0.0.0-use.local
3337
3337
resolution: "@react-native-mac/virtualized-lists@workspace:packages/virtualized-lists"
3338
3338
dependencies:
@@ -12499,7 +12499,7 @@ __metadata:
12499
12499
"@react-native-community/cli": "npm:13.6.9"
12500
12500
"@react-native-community/cli-platform-android": "npm:13.6.9"
12501
12501
"@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 "
12503
12503
"@react-native/assets-registry": "npm:0.74.87"
12504
12504
"@react-native/codegen": "npm:0.74.87"
12505
12505
"@react-native/community-cli-plugin": "npm:0.74.87"
You can’t perform that action at this time.
0 commit comments