-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
choreTasks unrelated to features, fixes, or docsTasks unrelated to features, fixes, or docs
Description
2 proposed ways to attack this:
- Create a demo repo. Every time we release a new version of bison, we regenerate the app and create a tag. This tag should match the current version of Bison at the time of creation. If we save the version of Bison that was used to generate, we can create a link in the CLI to the git diff. This should give users a step-by-step way to upgrade and is similar to how
react-native-upgrade-helperworks. - Create a bison package that manages the dependencies, write codemods using
jscodeshiftto patch files appropriately. This is likely the future solution that we could move to once things have stabilized. It does require some dev work to implement properly.
Metadata
Metadata
Assignees
Labels
choreTasks unrelated to features, fixes, or docsTasks unrelated to features, fixes, or docs