feat(ci): auto-submit winget manifest on release + promote winget install#321
Merged
Conversation
…tall SkyLLC.UFFS is live on the Windows Package Manager (microsoft/winget-pkgs#378294, v0.5.102), so 'winget install SkyLLC.UFFS' now works. Docs: README Download section gains the winget one-liner and drops the stale 'WinGet (coming)' note; docs/user-manual/installation.md gains a new section 1 WinGet and renumbers sections 2-6. CI: new .github/workflows/winget-publish.yml uses winget-releaser (komac) to open a winget-pkgs PR on every published release; the nested zip/portable structure and four command aliases carry over from the prior manifest. A workflow_dispatch fallback re-submits a specific tag. Requires a one-time WINGET_TOKEN repo secret (classic PAT, public_repo scope) owned by the fork account (fork-user pinned to githubrobbi); the default GITHUB_TOKEN cannot fork winget-pkgs.
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.
Summary
SkyLLC.UFFSis live on the Windows Package Manager (microsoft/winget-pkgs#378294, v0.5.102), sowinget install SkyLLC.UFFSnow works. This promotes WinGet in the docs and automates future manifest submissions.Changes
README.md— Download section leads withwinget install SkyLLC.UFFS; removed the stale "WinGet (coming)" note.docs/user-manual/installation.md— new §1 WinGet (Recommended); downstream sections renumbered §2–§6 with cross-refs fixed..github/workflows/winget-publish.yml(new) — onrelease: released,winget-releaser(komac) opens a winget-pkgs PR bumping the manifest. The prior version's nestedzip/portablestructure and the four command aliases (uffs/uffsd/uffsmcp/uffs-mft) carry over automatically. Aworkflow_dispatchfallback re-submits a specific tag.CHANGELOG.md—[Unreleased]entry documenting the above.Add a
WINGET_TOKENrepository secret — a classic PAT withpublic_reposcope, owned by the account that holds the winget-pkgs fork (fork-useris pinned togithubrobbi, not theskyllc-aiorg). The defaultGITHUB_TOKENcannot fork an external repo, so the workflow no-ops until this secret exists.Verification
winget-releaser@4ffc7888…= v2); input names verified against the action'saction.ymlat that SHA.workflow-driftgate green; pre-push suite (fmt, clippy, tests, windows-lint, reuse, typos, …) all green — no--no-verifybypass.