Skip to content

Commit

Permalink
Fix the config for goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Feb 21, 2022
1 parent 3a6df94 commit cec2208
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,22 @@ builds:
goarch:
- amd64
- arm64
archive:
replacements:
darwin: Darwin
linux: Linux
files:
- LICENSE
- README.md
goos:
- darwin
- linux
archives:
- replacements:
darwin: Darwin
linux: Linux
files:
- LICENSE
- README.md
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- "^Merge"

0 comments on commit cec2208

Please sign in to comment.