feat(packaging): add WinGet manifest and CI automation#54
Merged
Conversation
- Create WinGet manifest templates (version, installer, locale) under packaging/winget/ with __VERSION__ and __SHA256_*__ placeholders - Add update-winget CI job that computes checksums, populates templates, and submits PR to microsoft/winget-pkgs via wingetcreate - Supports x64, x86, and arm64 Windows architectures - Add WinGet install instructions to README Closes #45
Replace the dual approach (wingetcreate + template files) with the vedantmgoyal9/winget-releaser@v2 action, which handles manifest generation from release assets automatically. - Switch runner from windows-latest to ubuntu-latest (Komac-based) - Remove manual artifact download, SHA256 computation, and template rendering steps - Remove wingetcreate installation and invocation - Keep packaging/winget/ templates as documentation reference
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
packaging/winget/) with version, installer, and locale YAML filesupdate-wingetCI job that computes SHA256 checksums, populates manifest templates, and submits PR tomicrosoft/winget-pkgsviawingetcreatewinget install vmvarela.sql-pipeinstructions to READMEAcceptance Criteria
winget install vmvarela.sql-pipeinstalls the binary and it is available in PATHWINGET_GITHUB_TOKENsecret is set)Notes
WINGET_GITHUB_TOKENsecret (GitHub PAT withpublic_reposcope) to auto-submit manifestspackaging/winget/also serve as documentation of the package structureCloses #45