react-native-community / react-native-community/rn-diff-purge
RN v0.83.1 is missing from the upgrade helper - Publish job failed
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 1.3k
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
It looks like the RN v0.83.1 is missing from https://react-native-community.github.io/upgrade-helper/
I am assuming this job should have done the publication: https://github.com/react-native-community/rn-diff-purge/actions/runs/20340980194
But it failed:
Already up to date.
+ npm install
up to date, audited 149 packages in 1s
21 packages are looking for funding
run `npm fund` for details
15 vulnerabilities (2 low, 7 moderate, 2 high, 4 critical)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
+ generateNewReleaseBranch
+ git worktree add wt-app app-base
Preparing worktree (new branch 'app-base')
branch 'app-base' set up to track 'origin/app-base'.
HEAD is now at 3a00d76d74 Update .gitignore
+ cd wt-app
+ rm -rf RnDiffApp
+ git pull
fatal: unable to access 'https://github.com/react-native-community/rn-diff-purge/': Failed to connect to github.com port 443 after 75021 ms: Couldn't connect to server
Error: Process completed with exit code 1.
Is anyone able to re-run or fix it?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked GitHub Actions run and the generateNewReleaseBranch step, following its worktree setup and git pull failure. Verify the publish job can complete successfully and that React Native v0.83.1 appears in the upgrade helper.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react-native, shell
- Domain
- ci-cd, release, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100