Skip to content

Commit

Permalink
Update .goreleaser.yml (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
muandane authored Jul 8, 2024
1 parent 671be32 commit fafd61f
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

before:
hooks:
- go mod tidy
Expand Down Expand Up @@ -76,14 +78,14 @@ winget:
owner: "muandane"
name: winget-pkgs
branch: "{{.ProjectName}}-{{.Version}}"
# pull_request:
# enabled: true
# draft: false
# check_boxes: true
# base:
# owner: microsoft
# name: winget-pkgs
# branch: master
pull_request:
enabled: true
draft: true
check_boxes: true
base:
owner: microsoft
name: winget-pkgs
branch: master

checksum:
name_template: 'checksums.txt'

0 comments on commit fafd61f

Please sign in to comment.