-
Notifications
You must be signed in to change notification settings - Fork 153
Open
Labels
Description
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 repositoryThen create a github workflow that use the Winget Releaser github action when a new release is createdTo pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
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
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
remyleone commentedon Mar 24, 2025
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 :)
juchom commentedon Mar 24, 2025
Hi @remyleone,
FYI, you're chocolatey package is not updating : https://community.chocolatey.org/packages/scaleway-cli#versionhistory
LodeKennes commentedon Apr 1, 2025
@remyleone Ran into this as well, chocolatey package is stuck at 2.33.0
remyleone commentedon Apr 1, 2025
I'm looking into it. I think previously it was imported from chocolatey side and now we have to handle it
remyleone commentedon Jul 2, 2025
microsoft/winget-pkgs#270485