# upgrade-helper-diff **Repository Path**: mirrors_backstage/upgrade-helper-diff ## Basic Information - **Project Name**: upgrade-helper-diff - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-26 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.