scaleway-cli icon indicating copy to clipboard operation
scaleway-cli copied to clipboard

Create winget on new release

Open juchom opened this issue 9 months ago • 5 comments

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

juchom avatar Mar 24 '25 13:03 juchom

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 :)

remyleone avatar Mar 24 '25 14:03 remyleone

Hi @remyleone,

FYI, you're chocolatey package is not updating : https://community.chocolatey.org/packages/scaleway-cli#versionhistory

juchom avatar Mar 24 '25 15:03 juchom

@remyleone Ran into this as well, chocolatey package is stuck at 2.33.0

LodeKennes avatar Apr 01 '25 09:04 LodeKennes

I'm looking into it. I think previously it was imported from chocolatey side and now we have to handle it

remyleone avatar Apr 01 '25 16:04 remyleone

https://github.com/microsoft/winget-pkgs/pull/270485

remyleone avatar Jul 02 '25 09:07 remyleone