Skip to content

Commit

Permalink
include CREDITS when distributing binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmru committed Apr 20, 2021
1 parent 06a43fa commit 78e3f8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,9 @@ archives:
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
amd64: x86_64
files:
- LICENSE
- CREDITS
- README.md
release:
prerelease: auto

0 comments on commit 78e3f8d

Please sign in to comment.