Add winget publishing workflow and install docs - #7
Merged
Conversation
Tenebra is in the Windows Package Manager community repo now (Divaaaan.Tenebra). Wire up winget-releaser so every stable release opens the winget-pkgs update PR automatically: a gate job skips the publish quietly until the WINGET_TOKEN secret is configured, and the released event keeps pre-releases (android alphas) out of winget. README gets an Installing section with the winget one-liner.
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.
Tenebra landed in the Windows Package Manager community repo (
Divaaaan.Tenebra, winget-pkgs #400325). This wires up automation so it stays current:.github/workflows/winget.yml— on every stable release, winget-releaser/komac reads the release, bumps the manifests and opens the winget-pkgs PR from the existing fork. A gate job skips the publish with a notice until theWINGET_TOKENsecret (classic PAT,public_repo) is configured, so release runs never go red over a missing secret. Thereleasedevent keeps pre-releases (android alphas) out of winget;workflow_dispatchcovers manual re-runs.winget install Divaaaan.Tenebraone-liner and the macOS pointer.The 0.3.0 → 0.4.5 manifest catch-up went separately as microsoft/winget-pkgs#407736 (this workflow takes over from the next release).