Skip to content
This repository was archived by the owner on Dec 15, 2024. It is now read-only.

Commit d097b23

Browse files
committed
rm: winget
1 parent c470864 commit d097b23

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

.goreleaser.yaml

+34-34
Original file line numberDiff line numberDiff line change
@@ -141,40 +141,40 @@ brews:
141141
system 'echo', '-e', "\033[1;33mStar✨ Please~\033[0m \033[4;36mhttps://github.com/go-musicfox/spotifox \033[0m"
142142
bin.install 'spotifox'
143143
144-
winget:
145-
- name: spotifox
146-
publisher: go-musicfox
147-
short_description: "Spotifox is yet another spotify CLI client."
148-
license: "MIT"
149-
publisher_url: https://github.com/go-musicfox/spotifox
150-
publisher_support_url: "https://github.com/go-musicfox/spotifox/issues/new"
151-
package_identifier: go-musicfox.spotifox
152-
url_template: "https://github.com/go-musicfox/spotifox/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
153-
commit_author:
154-
name: anhoder
155-
156-
commit_msg_template: "{{ .PackageIdentifier }}: {{ .Tag }}"
157-
homepage: "https://github.com/go-musicfox/spotifox"
158-
description: "Spotifox is yet another spotify CLI client."
159-
skip_upload: auto
160-
release_notes: "{{.Changelog}}"
161-
tags:
162-
- golang
163-
- cli
164-
- netease music
165-
- spotifox
166-
repository:
167-
owner: go-musicfox
168-
name: winget-pkgs
169-
branch: "{{.ProjectName}}-{{.Version}}"
170-
token: "{{ .Env.GITHUB_TOKEN }}"
171-
# pull_request:
172-
# enabled: true
173-
# draft: true
174-
# base:
175-
# owner: microsoft
176-
# name: winget-pkgs
177-
# branch: master
144+
# winget:
145+
# - name: spotifox
146+
# publisher: go-musicfox
147+
# short_description: "Spotifox is yet another spotify CLI client."
148+
# license: "MIT"
149+
# publisher_url: https://github.com/go-musicfox/spotifox
150+
# publisher_support_url: "https://github.com/go-musicfox/spotifox/issues/new"
151+
# package_identifier: go-musicfox.spotifox
152+
# url_template: "https://github.com/go-musicfox/spotifox/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
153+
# commit_author:
154+
# name: anhoder
155+
156+
# commit_msg_template: "{{ .PackageIdentifier }}: {{ .Tag }}"
157+
# homepage: "https://github.com/go-musicfox/spotifox"
158+
# description: "Spotifox is yet another spotify CLI client."
159+
# skip_upload: auto
160+
# release_notes: "{{.Changelog}}"
161+
# tags:
162+
# - golang
163+
# - cli
164+
# - netease music
165+
# - spotifox
166+
# repository:
167+
# owner: go-musicfox
168+
# name: winget-pkgs
169+
# branch: "{{.ProjectName}}-{{.Version}}"
170+
# token: "{{ .Env.GITHUB_TOKEN }}"
171+
# # pull_request:
172+
# # enabled: true
173+
# # draft: true
174+
# # base:
175+
# # owner: microsoft
176+
# # name: winget-pkgs
177+
# # branch: master
178178

179179
release:
180180
github:

0 commit comments

Comments
 (0)