Skip to content

Commit

Permalink
update .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aooohan committed Dec 17, 2023
1 parent d9ce696 commit 3004ed6
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,23 +106,23 @@ brews:
system "#{bin}/vfox version"
winget:
- name: vfox
publisher: lihan
license: 'Apache-2.0'
homepage: https://github.com/aooohan/version-fox
short_description: A cross-platform SDK version manager with a simple cli.
repository:
owner: aooohan
name: vfox-winget-pkgs
branch: "vfox-{{.Version}}"
pull_request:
enabled: true
draft: true
base:
owner: microsoft
name: winget-pkgs
branch: master
#winget:
# - name: vfox
# publisher: lihan
# license: 'Apache-2.0'
# homepage: https://github.com/aooohan/version-fox
# short_description: A cross-platform SDK version manager with a simple cli.
# repository:
# owner: aooohan
# name: vfox-winget-pkgs
# branch: "vfox-{{.Version}}"
# pull_request:
# enabled: true
# draft: true
# base:
# owner: microsoft
# name: winget-pkgs
# branch: master

release:
name_template: "v{{ .Version }}"
Expand Down

0 comments on commit 3004ed6

Please sign in to comment.