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 157a515 commit 1944d65Copy full SHA for 1944d65
.goreleaser.yml
@@ -30,7 +30,8 @@ builds:
30
- -X main.GitCommit={{ .ShortCommit }}
31
32
archives:
33
- - format: binary
+ - formats:
34
+ - binary
35
36
checksum:
37
name_template: 'SHA256SUMS'
@@ -73,3 +74,12 @@ release:
73
74
prerelease: auto
75
draft: true
76
name_template: "{{ .Tag }}"
77
+
78
+winget:
79
+ - name: Cli
80
+ publisher: Scaleway
81
+ short_description: Command Line Interface for Scaleway
82
+ license: apache-2.0
83
+ repository:
84
+ owner: microsoft
85
+ name: winget-pkgs
0 commit comments