You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This mainly moves code out of the `sync` function into a parent main function.
The `main` takes care of the responsibilities that we really only need once while `sync` takes care of just syncing this specific React release channel:
- update peer dependencies
- install
- compile
- print changelog
The changelog could live in the `sync` function since it's technically specific to each release channel.
However, currently don't write React commits to indicate which release channel they affect.
0 commit comments