Add Scoop and WinGet support for Windows#484
Conversation
2c04b96 to
05a28e4
Compare
|
Hey @mathieu-benoit, |
Signed-off-by: Abhishek <abhishekup082@gmail.com>
|
Hi @mathieu-benoit, |
2c04b96 to
05a28e4
Compare
|
Hey @mathieu-benoit, |
Signed-off-by: Abhishek <abhishekup082@gmail.com>
|
Hi @mathieu-benoit, |
Add Scoop and WinGet support for Windows (#147)
Description
This adds Windows package manager support to
score-composeso that Windows users can install the CLI without manually downloading and extracting a zip file.Two package managers are now supported via GoReleaser automation:
score-spec/scoop-bucketon every release using the existingTAP_GITHUB_TOKENsecret (same token already used for Homebrew, so no new secrets are needed).microsoft/winget-pkgsviascore-spec/winget-pkgsfork on every release.The
README.mdinstallation section has also been updated to document all three Windows install methods: Scoop, WinGet, and manual download.What does this PR do?
Closes #147
Windows users currently have no package manager option for
score-composethey have to go to the Releases page, download a zip, extract it, and manually add the binary to their PATH. This PR wires up GoReleaser to handle Scoop and WinGet publishing automatically on every release, bringing the Windows experience on par with macOS (Homebrew).Types of changes
Checklist: