@@ -33,38 +33,38 @@ archives:
3333 - goos : windows
3434 format : zip
3535# This section defines how to release to winget.
36- winget :
37- - name : frizbee
38- publisher : stacklok
39- license : Apache-2.0
40- license_url : " https://github.com/stacklok/frizbee/blob/main/LICENSE"
41- copyright : Stacklok, Inc.
42- homepage : https://stacklok.com
43- short_description : ' frizbee is a tool you may throw a tag at and it comes back with a checksum.'
44- publisher_support_url : " https://github.com/stacklok/frizbee/issues/new/choose"
45- package_identifier : " stacklok.frizbee"
46- url_template : " https://github.com/stacklok/frizbee/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
47- skip_upload : auto
48- release_notes : " {{.Changelog}}"
49- tags :
50- - golang
51- - cli
52- commit_author :
53- name : stacklokbot
54- email : info@stacklok.com
55- goamd64 : v1
56- repository :
57- owner : stacklok
58- name : winget-pkgs
59- branch : " frizbee-{{.Version}}"
60- token : " {{ .Env.WINGET_GITHUB_TOKEN }}"
61- pull_request :
62- enabled : true
63- draft : false
64- base :
65- owner : microsoft
66- name : winget-pkgs
67- branch : master
36+ # winget:
37+ # - name: frizbee
38+ # publisher: stacklok
39+ # license: Apache-2.0
40+ # license_url: "https://github.com/stacklok/frizbee/blob/main/LICENSE"
41+ # copyright: Stacklok, Inc.
42+ # homepage: https://stacklok.com
43+ # short_description: 'frizbee is a tool you may throw a tag at and it comes back with a checksum.'
44+ # publisher_support_url: "https://github.com/stacklok/frizbee/issues/new/choose"
45+ # package_identifier: "stacklok.frizbee"
46+ # url_template: "https://github.com/stacklok/frizbee/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
47+ # skip_upload: auto
48+ # release_notes: "{{.Changelog}}"
49+ # tags:
50+ # - golang
51+ # - cli
52+ # commit_author:
53+ # name: stacklokbot
54+ # email: info@stacklok.com
55+ # goamd64: v1
56+ # repository:
57+ # owner: stacklok
58+ # name: winget-pkgs
59+ # branch: "frizbee-{{.Version}}"
60+ # token: "{{ .Env.WINGET_GITHUB_TOKEN }}"
61+ # pull_request:
62+ # enabled: true
63+ # draft: false
64+ # base:
65+ # owner: microsoft
66+ # name: winget-pkgs
67+ # branch: master
6868# This section defines whether we want to release the source code too.
6969source :
7070 enabled : true
0 commit comments