ncuillery / rn-diff

Easier React Native upgrades by clearly expose changes from a version to another. :rocket:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong diff since 0.54.3

ncuillery opened this issue · comments

There are some problems with the recent branches:

  • rn-0.54.3 as the same history of the rn-0.54.2
    image
    (there is always a commit with the package.json update, even if there is no RN changes)
  • rn-0.54.4 has been created from master, it should have been created from the previous version (rn-0.54.3)
    image
    The master branch and the rn-0.xx.x branches are 2 different things.
  • rn-0.55.0 has the same history as rn-0.54.4

Let me re-write these branches, in the meanwhile, the corresponding diffs are not relevant ⚠️

Everything is in order now. The diff from 0.54.x to 0.55.0 is correct (and huge!).

Thanks!

i might have something to do with that. if i was, @ncuillery, im sorry.

No problem @pvinis. The 0.55.2 update was correct 🙂Thanks

I just pushed the 0.55.3 update

i didnt have the react-native-git-upgrade installed, so the script complained and moved on. ill change the script to fail when that happens.