fix(ci): revert failed 26.3.3 release; stage test-expo pins - #9273
Merged
Conversation
This reverts commit d11b94f.
test-expo is a Yarn workspace but not a lerna package, so version.js pin sync left it dirty and blocked publish after the release commit.
mikehardy
commented
Sep 1, 2026
mikehardy
left a comment
Collaborator
Author
There was a problem hiding this comment.
the revert is easy to judge -> +1
the version.js change looks good and should solve the problem from last (failed) publish:
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9273 +/- ##
============================================
- Coverage 68.53% 67.87% -0.65%
+ Complexity 1915 1914 -1
============================================
Files 522 382 -140
Lines 38151 22324 -15827
Branches 5189 4034 -1155
============================================
- Hits 26142 15150 -10992
+ Misses 10223 5793 -4430
+ Partials 1786 1381 -405
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
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.
Summary
chore(release): release packagescommit (d11b94f80/ attemptedv26.3.3) so package versions return to26.3.2and the next publish cycle can mint26.3.3cleanly.test-expo/package.json(and the other synced test-app manifests) inscripts/version.jsduringlerna version.test-expois a Yarn workspace but not a lerna package, so the pin sync left a dirty tree andlerna publishfailed withEUNCOMMIT M test-expo/package.json(Publish run).Remote tag
v26.3.3was already deleted so the version is free for the next Publish workflow run after this merges.Test plan
lerna.json/ package versions on this branch are26.3.2scripts/version.jsgit addstests,tests-macos, andtest-expopackage.json after syncv26.3.3release commit to includetest-expo/package.jsonand npm publish to succeed