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.25k stars 75 forks source link

Missing react-native v0.74.2 in upgrade helper due to "publish" job failure #78

Closed vshkl closed 1 month ago

vshkl commented 1 month ago

Problem

The 0.74.2 versions of react-native was published 3 days ago, yet it is still missing in the upgrade helper:

CleanShot 2024-06-07 at 15 09 43

The CLI does not see it to:

info No version passed. Fetching latest...
info Fetching diff between v0.74.1 and v0.74.2...
error Fetch request failed with status 404: 404: Not Found.
error Failed to fetch diff for react-native@0.74.2. Maybe it's not released yet?
info For available releases to diff see: https://github.com/react-native-community/rn-diff-purge#diff-table-full-table-here

The publishing job failed: https://github.com/react-native-community/rn-diff-purge/actions/runs/9370754752

CleanShot 2024-06-07 at 15 14 19

cortinico commented 1 month ago

Thanks for reporting. @pvinis will look into it soon

pvinis commented 1 month ago

Should be good now. https://react-native-community.github.io/upgrade-helper/?from=0.73.8&to=0.74.2

EvertEt commented 1 month ago

@pvinis Something similar seems to have happened for 0.72.15: https://github.com/react-native-community/rn-diff-purge/actions/runs/9484694455

pvinis commented 1 month ago

fixed again. im not sure whats breaking it, so i try different things. ill check on the next one again.