-
Notifications
You must be signed in to change notification settings - Fork 932
Closed
Labels
Description
The CLI is a good place to notify people of new releases and give them more information about upgrades.
My proposal:
- Periodically check for new RN releases when invoking the RN CLI and surface that people can upgrade with
react-native upgrade. - When running
react-native upgrade, show the breaking changes in red with a link to a blog post and the changelog:
React Native 0.60
Breaking Changes:
* Description of a breaking change and a link.
* Description of a breaking change and a link.
* Description of a breaking change and a link.
For more information read:
* Blog post with link
* See the full changelog
I'm not entirely sure what the best way to implement is. I was thinking that release branches could have a file Upgrade.txt and the CLI could read that file straight from GitHub and display its contents.
What do you think?
Esemesek, jgcmarins, grabbou, thymikee, rszalski and 3 morejgcmarins, grabbou, matei-radu, ecreeth, juan-cortes and 1 more