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

Commit

Permalink
rm: winget
Browse files Browse the repository at this point in the history
  • Loading branch information
anhoder committed Sep 9, 2023
1 parent c470864 commit d097b23
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,40 +141,40 @@ brews:
system 'echo', '-e', "\033[1;33mStar✨ Please~\033[0m \033[4;36mhttps://github.com/go-musicfox/spotifox \033[0m"
bin.install 'spotifox'
winget:
- name: spotifox
publisher: go-musicfox
short_description: "Spotifox is yet another spotify CLI client."
license: "MIT"
publisher_url: https://github.com/go-musicfox/spotifox
publisher_support_url: "https://github.com/go-musicfox/spotifox/issues/new"
package_identifier: go-musicfox.spotifox
url_template: "https://github.com/go-musicfox/spotifox/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
commit_author:
name: anhoder
email: anhoder@88.com
commit_msg_template: "{{ .PackageIdentifier }}: {{ .Tag }}"
homepage: "https://github.com/go-musicfox/spotifox"
description: "Spotifox is yet another spotify CLI client."
skip_upload: auto
release_notes: "{{.Changelog}}"
tags:
- golang
- cli
- netease music
- spotifox
repository:
owner: go-musicfox
name: winget-pkgs
branch: "{{.ProjectName}}-{{.Version}}"
token: "{{ .Env.GITHUB_TOKEN }}"
# pull_request:
# enabled: true
# draft: true
# base:
# owner: microsoft
# name: winget-pkgs
# branch: master
# winget:
# - name: spotifox
# publisher: go-musicfox
# short_description: "Spotifox is yet another spotify CLI client."
# license: "MIT"
# publisher_url: https://github.com/go-musicfox/spotifox
# publisher_support_url: "https://github.com/go-musicfox/spotifox/issues/new"
# package_identifier: go-musicfox.spotifox
# url_template: "https://github.com/go-musicfox/spotifox/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
# commit_author:
# name: anhoder
# email: anhoder@88.com
# commit_msg_template: "{{ .PackageIdentifier }}: {{ .Tag }}"
# homepage: "https://github.com/go-musicfox/spotifox"
# description: "Spotifox is yet another spotify CLI client."
# skip_upload: auto
# release_notes: "{{.Changelog}}"
# tags:
# - golang
# - cli
# - netease music
# - spotifox
# repository:
# owner: go-musicfox
# name: winget-pkgs
# branch: "{{.ProjectName}}-{{.Version}}"
# token: "{{ .Env.GITHUB_TOKEN }}"
# # pull_request:
# # enabled: true
# # draft: true
# # base:
# # owner: microsoft
# # name: winget-pkgs
# # branch: master

release:
github:
Expand Down

0 comments on commit d097b23

Please sign in to comment.