Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade helper is broken #14151

Open
chrisglein opened this issue Dec 2, 2024 · 2 comments
Open

Upgrade helper is broken #14151

chrisglein opened this issue Dec 2, 2024 · 2 comments
Assignees
Milestone

Comments

@chrisglein
Copy link
Member

chrisglein commented Dec 2, 2024

rnw-diff seems to be broken in the moment. Also we should find a new more appropriate home for that repo.

Current command is this:

npx --yes react-native init "RnDiffApp" --template [email protected] --skip-git-init

Needs a new command. Try this:

npx @react-native-community/cli init testrnx --version 0.74.6 --skip-install --install-pods false --verbose --skip-git-init true

Discussed in #14125

Originally posted by szujak November 19, 2024
Hello, I wanted to update my react-native-windows project from 0.75.7 to 0.76.1 version. As the update is big I checked the upgrade helper (https://react-native-community.github.io/upgrade-helper) but the last visible version there is 0.74.22.

I've checked the source code of that project and it looks like in the background it use https://github.com/acoates-ms/rnw-diff repository to get the diff for all versions, but github actions in this repository are broken since March 2024 and the last update of RELEASES is from October 2024.

Is there any chance to fix that?

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs: Triage 🔍 New issue that needs to be reviewed by the issue management team (label applied by bot) label Dec 2, 2024
@chrisglein chrisglein added bug Scenario: Upgrade and removed Needs: Triage 🔍 New issue that needs to be reviewed by the issue management team (label applied by bot) labels Dec 2, 2024
@chrisglein chrisglein added this to the Next milestone Dec 2, 2024
@acoates-ms
Copy link
Contributor

Fixed it so that its running successfully again. Should this track moving the repo to a more appropriate home? Or should we have another issue for that?

@szujak
Copy link

szujak commented Dec 8, 2024

@acoates-ms Hello, thank you for fixing this issue. I see that github actions are running once per day for one release tag of react-native-windows, so it will take around 3 weeks until upgrade helper will have latest version diff information. Is is possible to run that github action manually to reach the last release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants