Skip to content

Commit

Permalink
tryng to fix goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
melbahja committed Oct 31, 2021
1 parent 5532b5b commit d160006
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ archives:
darwin: Darwin
linux: Linux
freebsd: Freebsd
windows: Windows
files:
- none*

checksum:
name_template: 'checksums.txt'
Expand All @@ -55,7 +56,7 @@ signs:
- artifacts: checksum

snapshot:
name_template: "{{ .Binary }}-{{ .Tag }}-next"
name_template: "{{ .Tag }}-next"

changelog:
sort: asc
Expand Down

0 comments on commit d160006

Please sign in to comment.