https://github.com/backstage/upgrade-helper-diff
https://github.com/backstage/upgrade-helper-diff
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/backstage/upgrade-helper-diff
- Owner: backstage
- License: apache-2.0
- Created: 2021-10-26T14:31:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T12:52:33.000Z (over 1 year ago)
- Last Synced: 2024-10-29T15:19:59.802Z (over 1 year ago)
- Language: JavaScript
- Size: 19 MB
- Stars: 8
- Watchers: 9
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Backstage upgrade helper diff
This repository exposes an untouched Backstage app generated with the CLI
`npx @backstage/create-app`. Each new Backstage release causes a new project to be created, removing the old one, and getting a diff between them. This way, the diff is always clean, always in sync with the changes of the init template.
A dedicated branch per release makes changes very easy
to watch.
## Find the diff you need
https://backstage.github.io/upgrade-helper/
## Notes
This project follows the same concepts introduced by [React Native diff PURGE](https://github.com/react-native-community/rn-diff-purge). Read more [here](https://github.com/react-native-community/rn-diff-purge/blob/master/README.md#history-of-this-repo) about the idea and history behind the project.