feat: add React Native release publishing#192
Draft
kieran-osgood-shopify wants to merge 1 commit into
Draft
Conversation
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
279a5c4 to
85a89b8
Compare
5e10d4e to
345d41c
Compare
85a89b8 to
42271d0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Stack Context
This is a follow-up stacked on the iOS/Android release workflow PR. It preserves the React Native release publishing work separately so the base PR can merge independently for today's iOS/Android releases.
What?
Adds React Native support to the guided release flow:
React Nativeback to the platform selector.platforms/react-native/modules/@shopify/checkout-kit-react-native/package.json.react-native/X.Y.Ztags..github/workflows/rn-publish.ymlbased on the previous standalone RN repo publish workflow.react-native/namespace.This is intentionally draft/follow-up work because the podspec change affects Podfile checksum state and can be handled separately.
How to test
Local verification run:
bash -n .github/scripts/validate-release-version .github/scripts/validate-release-version "React Native" 4.0.0 react-native/4.0.0 ruby -c platforms/react-native/modules/@shopify/checkout-kit-react-native/RNShopifyCheckoutKit.podspec /tmp/checkout-kit-bin/actionlint \ .github/workflows/release.yml \ .github/workflows/rn-publish.yml \ .github/workflows/swift-publish.yml \ .github/workflows/android-publish.yml