We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed7a5fa commit c963415Copy full SHA for c963415
1 file changed
.goreleaser.yml
@@ -100,3 +100,16 @@ release:
100
prerelease: auto
101
draft: true
102
name_template: "{{ .Tag }}"
103
+
104
+winget:
105
+ - name: cli
106
+ publisher: Scaleway
107
+ short_description: Command Line Interface for Scaleway
108
+ license: apache-2.0
109
+ release_notes: "{{ .Changelog }}"
110
+ repository:
111
+ owner: microsoft
112
+ name: winget-pkgs
113
+ tags:
114
+ - golang
115
+ - cli
0 commit comments