react-native icon indicating copy to clipboard operation
react-native copied to clipboard

Use set-version for nightly publishes

Open lunaleaps opened this issue 1 year ago • 2 comments

Summary: Changelog: [Internal] - Update publish-npm to use set-version for nightly builds

Now that set-version basically does what set-rn-version does, this diff uses this logic for nightlies only (as dry-run/pre-alpha variants are non-functional right now)

This does not change the flow of build-type 'release' -- that will still use set-rn-version via CircleCI (job, script) We will eventually replace that too but that will be later.

This allows us to delete get-and-update-packages.js which was a helper written specifically for updating monorepo packages for nightlies.

Differential Revision: D53487874

lunaleaps avatar Feb 06 '24 23:02 lunaleaps

This pull request was exported from Phabricator. Differential Revision: D53487874

facebook-github-bot avatar Feb 06 '24 23:02 facebook-github-bot

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 17,233,285 -8
android hermes armeabi-v7a n/a --
android hermes x86 n/a --
android hermes x86_64 n/a --
android jsc arm64-v8a 20,600,095 +0
android jsc armeabi-v7a n/a --
android jsc x86 n/a --
android jsc x86_64 n/a --

Base commit: 8da1da2e7320e23341e024a855e87c4762b220cc Branch: main

analysis-bot avatar Feb 06 '24 23:02 analysis-bot

This pull request was exported from Phabricator. Differential Revision: D53487874

facebook-github-bot avatar Feb 09 '24 23:02 facebook-github-bot

This pull request was exported from Phabricator. Differential Revision: D53487874

facebook-github-bot avatar Feb 10 '24 00:02 facebook-github-bot

This pull request has been merged in facebook/react-native@34abd79475866483cfe075595d4a3115a2448b88.

facebook-github-bot avatar Feb 12 '24 20:02 facebook-github-bot