fix: remove USE_LOCAL_SDK from CI runs#228
Closed
kieran-osgood-shopify wants to merge 1 commit into
Closed
Conversation
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced May 28, 2026
52e5847 to
3cea7db
Compare
7450ad3 to
06c3e33
Compare
3cea7db to
fc790ec
Compare
06c3e33 to
2c1d798
Compare
fc790ec to
6601e20
Compare
2c1d798 to
1f13cd8
Compare
6601e20 to
6490780
Compare
1f13cd8 to
1338551
Compare
6490780 to
39316f7
Compare
1338551 to
023cd15
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.

What changes are you making?
Last week we published version 4.0.0-alpha.1 under the new namespace
With this, we have a version that we can statically point to in our configs, removing the need to have --local runs on CI.
The USE_LOCAL_SDK environment variable and --local flag will still exist for local development but we no longer run them on CI
This safely guards our releases, and brings back the natural flow of:
develop native sdk -> release native sdk -> develop react native sdk -> release react native sdk
Except you also have the ability to test local dev, meaning you can develop react native at the same time, but when it comes to publishing you have to hold off that graphite stack
Before you merge
Important
platforms/swift/README.mdand/orplatforms/android/README.md)Releasing a new Swift version?
ShopifyCheckoutKit.podspecplatforms/swift/Sources/ShopifyCheckoutKit/ShopifyCheckoutKit.swiftplatforms/swift/CHANGELOG.mdplatforms/swift/README.md(major version only)Releasing a new Android version?
versionNameinplatforms/android/lib/build.gradleplatforms/android/CHANGELOG.mdplatforms/android/README.mdTip
See the Contributing documentation for the full release process per platform.