react-native-community / rn-diff-purge

Easier React Native upgrades by clearly exposing changes from a version to another. :rocket: And what better way than to purge, init, then diff? Spoiler: there's no better way. 😎
https://react-native-community.github.io/upgrade-helper
MIT License
1.26k stars 76 forks source link

RN v0.73.3 is missing from the upgrade helper - Publish job failed #72

Closed fabiendem closed 8 months ago

fabiendem commented 8 months ago

Hi,

It looks like the RN v0.73.3 is missing from https://react-native-community.github.io/upgrade-helper/

I am assuming this job should have done the publication: https://github.com/react-native-community/rn-diff-purge/actions/runs/7701204274

But it failed:

Already up to date.
+ yarn install
yarn install v1.22.19
[1/4] Resolving packages...
success Already up-to-date.
Done in 0.15s.
+ generateNewReleaseBranch
+ git worktree add wt-app app-base
Preparing worktree (new branch 'app-base')
branch 'app-base' set up to track 'origin/app-base'.
HEAD is now at 3a00d76d74 Update .gitignore
+ cd wt-app
+ rm -rf RnDiffApp
+ git pull
Already up to date.
+ branchName=release/0.73.3
+ git branch -D release/0.73.3
error: branch 'release/0.73.3' not found
+ true
+ git checkout -b release/0.73.3
Switched to a new branch 'release/0.73.3'
+ npx react-native init RnDiffApp --version 0.73.3 --skip-install
npm WARN exec The following package was not found and will be installed: react-native@0.73.3
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @react-native/community-cli-plugin@0.73.14.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

npm ERR! A complete log of this run can be found in: /Users/runner/.npm/_logs/2024-01-29T19_17_48_814Z-debug-0.log
Error: Process completed with exit code 1.

Is anyone able to re-run or fix it?

Cheers! Fabien

blakef commented 8 months ago

Thanks for sharing this, I'll see what we can do about getting this to publish.

blakef commented 8 months ago

CleanShot 2024-02-01 at 10 20 24@2x

fabiendem commented 8 months ago

Thank you @blakef !