fix(release): repair stale workflow references - #38
Merged
Conversation
The release workflow was renamed from `fork-release.yml` to `release.yml` on 2026-08-10 — release.yml documents the rename in its own header — but only one side of the rename was done. Seven references were left pointing at a file that no longer exists. Two of them are not just stale prose: - README.fr.md linked its build-status badge to `fork-release.yml`, so the French README showed a broken badge while README.md, already updated, showed a working one. - script/publish.ts names the workflow in the error it throws at anyone running upstream's publish path, so the message directed the reader to a file that is not there. The rest are comments in install, beta.yml, bundle-mobile.mjs, desktop/scripts/utils.ts and unifia/src/installation/index.ts. Two mentions are deliberately kept: release.yml's own header, which explains the rename, and docs/autonomy/reports/REBRAND-E9-E12-2026-08-09.md, a dated report describing the repository as it stood on 2026-08-09. Rewriting the latter would falsify a record. Evidence: typecheck 35/35, run after clearing every node_modules/.ts-dist.
|
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
|
This PR doesn't fully meet our contributing guidelines and PR template. What needs to be fixed:
Please edit this PR description to address the above within 2 hours, or it will be automatically closed. If you believe this was flagged incorrectly, please let a maintainer know. |
|
This pull request has been automatically closed because it was not updated to meet our contributing guidelines within the 2-hour window. Feel free to open a new pull request that follows our guidelines. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue for this PR
Closes #30
Type of change
What does this PR do?
Repairs seven stale references to fork-release.yml after the workflow was renamed to release.yml. This restores the French README badge and the publish error guidance while preserving the dated historical references that intentionally document the rename. The PR also makes the tab-close E2E deterministic by selecting the requested package.json result instead of the first file result.
How did you verify your code works?
Typecheck passed for all 35 packages on push. The targeted tab-close E2E test passed locally (1/1), and GitHub checks on the previous run passed; checks are rerunning for this update.
Screenshots / recordings
Not a UI change; no screenshot required.
Checklist