Skip to content

Show new version + upgrade help text in CLI #189

@cpojer

Description

@cpojer

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions