Skip to content

Commit

Permalink
chore(goreleaser): update winget config
Browse files Browse the repository at this point in the history
auto pr to official repo
  • Loading branch information
TMUniversal committed Sep 28, 2023
1 parent 087a1de commit 8a9994e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ winget:
copyright: TMUniversal
copyright_url: https://github.com/TMUniversal/papercrypt/blob/{{.Tag}}/COPYING
skip_upload: auto
release_notes: "{{.Changelog}}"
release_notes: "{{.ReleaseNotes}}"
release_notes_url: https://github.com/TMUniversal/papercrypt/blob/{{.Tag}}/CHANGELOG.md
tags:
- golang
Expand All @@ -187,7 +187,15 @@ winget:
repository:
owner: tmuniversal
name: winget-pkgs
branch: "papercrypt-{{.Version}}"
token: "{{ .Env.GORELEASER_TOKEN }}"
pull_request:
enabled: true
draft: true
base:
owner: microsoft
name: winget-pkgs
branch: master

blobs:
- provider: s3
Expand Down

0 comments on commit 8a9994e

Please sign in to comment.