Create winget on new release
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
It would be great to have a winget version of the scaleway cli on new release.
How I imagine scw could expose this functionality
- [ ] It requires to create the manifest first on the winget repository
- [ ] Then create a github workflow that use the Winget Releaser github action when a new release is created
Winget Realser GA : https://github.com/marketplace/actions/winget-releaser
This is how it's done by nushell for every release : https://github.com/nushell/nushell/blob/main/.github/workflows/winget-submission.yml
References
Hello, thanks for contacting us. I think if we implement this we will go for https://goreleaser.com/customization/winget/ that's what we use for chocolatey and it seems to work fine :)
Hi @remyleone,
FYI, you're chocolatey package is not updating : https://community.chocolatey.org/packages/scaleway-cli#versionhistory
@remyleone Ran into this as well, chocolatey package is stuck at 2.33.0
I'm looking into it. I think previously it was imported from chocolatey side and now we have to handle it
https://github.com/microsoft/winget-pkgs/pull/270485