@@ -21,7 +21,10 @@ builds:
2121 - windows
2222
2323archives :
24- - name_template : >-
24+ - format_overrides :
25+ - goos : windows
26+ format : zip
27+ name_template : >-
2528 {{ .ProjectName }}_{{ .Version }}_
2629 {{- if eq .Os "darwin" }}Darwin
2730 {{- else if eq .Os "linux" }}Linux
98101 branch : main
99102 token : " {{ .Env.NUR_PACKAGES_GITHUB_TOKEN }}"
100103
104+ winget :
105+ - name : wander
106+ publisher : robinovitch61
107+ license : MIT
108+ copyright : " Leo Robinovitch"
109+ homepage : https://github.com/robinovitch61/wander
110+ short_description : " An efficient terminal application/TUI for interacting with your HashiCorp Nomad cluster."
111+ package_identifier : " robinovitch61.wander"
112+ repository :
113+ owner : " robinovitch61"
114+ token : " {{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
115+ name : winget-pkgs
116+ branch : " {{.ProjectName}}-{{.Version}}"
117+ pull_request :
118+ enabled : true
119+ draft : false
120+ base :
121+ owner : microsoft
122+ name : winget-pkgs
123+ branch : master
124+
125+ scoops :
126+ - repository :
127+ owner : " robinovitch61"
128+ name : scoop-bucket
129+ token : " {{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
130+ commit_author :
131+ name : goreleaserbot
132+ email : goreleaserbot@theleo.zone
133+ homepage : https://github.com/robinovitch61/wander
134+ description : " An efficient terminal application/TUI for interacting with your HashiCorp Nomad cluster."
135+ license : MIT
136+
137+ chocolateys :
138+ - owners : " Leo Robinovitch"
139+ authors : " Leo Robinovitch"
140+ project_url : https://github.com/robinovitch61/wander
141+ url_template : " https://github.com/robinovitch61/wander/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
142+ license_url : https://github.com/robinovitch61/wander/blob/main/LICENSE
143+ require_license_acceptance : false
144+ project_source_url : https://github.com/robinovitch61/wander
145+ docs_url : https://github.com/robinovitch61/wander/blob/main/README.md
146+ bug_tracker_url : https://github.com/robinovitch61/wander/issues
147+ tags : " wander nomad hashicorp tui"
148+ summary : " An efficient terminal application/TUI for interacting with your HashiCorp Nomad cluster."
149+ description : |
150+ # An efficient terminal application/TUI for interacting with your HashiCorp Nomad cluster.
151+
152+ https://github.com/robinovitch61/wander for installation, configuration, and usage instructions.
153+ release_notes : " https://github.com/robinovitch61/wander/releases/tag/v{{ .Version }}"
154+ api_key : " {{ .Env.CHOCOLATEY_API_KEY }}"
155+ source_repo : " https://push.chocolatey.org/"
156+ skip_publish : false
157+
101158gomod :
102159 proxy : true
0 commit comments