@@ -31,38 +31,43 @@ archives:
31
31
- goos : windows
32
32
format : zip
33
33
# This section defines how to release to winget.
34
- # winget:
35
- # - name: toolhive
36
- # publisher: stacklok
37
- # license: Apache-2.0
38
- # license_url: "https://github.com/stacklok/toolhive/blob/main/LICENSE"
39
- # copyright: Stacklok, Inc.
40
- # homepage: https://stacklok.com
41
- # short_description: 'ToolHive is a lightweight, secure, and fast manager for MCP (Model Context Protocol) servers'
42
- # publisher_support_url: "https://github.com/stacklok/toolhive/issues/new/choose"
43
- # package_identifier: "stacklok.toolhive"
44
- # url_template: "https://github.com/stacklok/toolhive/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
45
- # skip_upload: auto
46
- # release_notes: "{{.Changelog}}"
47
- # tags:
48
- # - golang
49
- # - cli
50
- # commit_author:
51
- # name: stacklokbot
52
-
53
- # goamd64: v1
54
- # repository:
55
- # owner: stacklok
56
- # name: winget-pkgs
57
- # branch: "toolhive-{{.Version}}"
58
- # token: "{{ .Env.WINGET_GITHUB_TOKEN }}"
59
- # pull_request:
60
- # enabled: true
61
- # draft: false
62
- # base:
63
- # owner: microsoft
64
- # name: winget-pkgs
65
- # branch: master
34
+ winget :
35
+ - name : toolhive
36
+ publisher : stacklok
37
+ license : Apache-2.0
38
+ license_url : " https://github.com/stacklok/toolhive/blob/main/LICENSE"
39
+ copyright : Stacklok, Inc.
40
+ homepage : https://stacklok.com
41
+ short_description : ' ToolHive is a lightweight, secure, and fast manager for MCP (Model Context Protocol) servers'
42
+ publisher_support_url : " https://github.com/stacklok/toolhive/issues/new/choose"
43
+ package_identifier : " stacklok.toolhive"
44
+ url_template : " https://github.com/stacklok/toolhive/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
45
+ skip_upload : auto
46
+ release_notes : " {{.Changelog}}"
47
+ tags :
48
+ - golang
49
+ - cli
50
+ - mcp
51
+ - toolhive
52
+ - stacklok
53
+ - model-context-protocol
54
+ - mcp-server
55
+ commit_author :
56
+ name : stacklokbot
57
+
58
+ goamd64 : v1
59
+ repository :
60
+ owner : stacklok
61
+ name : winget-pkgs
62
+ branch : " toolhive-{{.Version}}"
63
+ token : " {{ .Env.WINGET_GITHUB_TOKEN }}"
64
+ pull_request :
65
+ enabled : true
66
+ draft : false
67
+ base :
68
+ owner : microsoft
69
+ name : winget-pkgs
70
+ branch : master
66
71
# This section defines how to release to homebrew.
67
72
brews :
68
73
- name : thv
0 commit comments