Skip to content

Commit c963415

Browse files
authored
feat: add support for winget (#4639)
1 parent ed7a5fa commit c963415

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.goreleaser.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,16 @@ release:
100100
prerelease: auto
101101
draft: true
102102
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

Comments
 (0)