Skip to content

Commit

Permalink
[0.74] Update Publish CI job to publish 0.74.0 (#2161)
Browse files Browse the repository at this point in the history
* Update virtualized-list dependency

* Update Publish YML

* CI updates
  • Loading branch information
Saadnajmi authored Aug 12, 2024
1 parent 9cf3a4a commit 98dc782
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions .ado/templates/apple-steps-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,11 @@ steps:
# Note, This won't do the actual `git tag` and `git push` as we're doing a dry run.
# We do that as a separate step in `.ado/publish.yml`.
- task: CmdLine@2
displayName: Prepare package for release
displayName: Prepare React Native macOS release
inputs:
script: |
node ./scripts/prepare-package-for-release.js -v "$RNM_PACKAGE_VERSION" --dry-run
env:
# Map the corresponding CircleCI variable since `prepare-package-for-release.js` depends on it.
CIRCLE_BRANCH: $(Build.SourceBranchName)
set -eox pipefail
node scripts/releases/set-rn-version.js -v $RNM_PACKAGE_VERSION --build-type "release"
# Note: This won't actually publish to NPM as we've commented that bit out.
# We do that as a separate step in `.ado/publish.yml`.
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"@react-native-community/cli": "13.6.9",
"@react-native-community/cli-platform-android": "13.6.9",
"@react-native-community/cli-platform-ios": "13.6.9",
"@react-native-mac/virtualized-lists": "0.74.86",
"@react-native-mac/virtualized-lists": "0.74.87",
"@react-native/assets-registry": "0.74.87",
"@react-native/codegen": "0.74.87",
"@react-native/community-cli-plugin": "0.74.87",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3332,7 +3332,7 @@ __metadata:
languageName: unknown
linkType: soft

"@react-native-mac/virtualized-lists@npm:0.74.86, @react-native-mac/virtualized-lists@workspace:packages/virtualized-lists":
"@react-native-mac/virtualized-lists@npm:0.74.87, @react-native-mac/virtualized-lists@workspace:packages/virtualized-lists":
version: 0.0.0-use.local
resolution: "@react-native-mac/virtualized-lists@workspace:packages/virtualized-lists"
dependencies:
Expand Down Expand Up @@ -12499,7 +12499,7 @@ __metadata:
"@react-native-community/cli": "npm:13.6.9"
"@react-native-community/cli-platform-android": "npm:13.6.9"
"@react-native-community/cli-platform-ios": "npm:13.6.9"
"@react-native-mac/virtualized-lists": "npm:0.74.86"
"@react-native-mac/virtualized-lists": "npm:0.74.87"
"@react-native/assets-registry": "npm:0.74.87"
"@react-native/codegen": "npm:0.74.87"
"@react-native/community-cli-plugin": "npm:0.74.87"
Expand Down

0 comments on commit 98dc782

Please sign in to comment.