Skip to content

Commit

Permalink
Add .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Thor77 committed Feb 6, 2019
1 parent 4172062 commit 2a707ce
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
archive:
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'

0 comments on commit 2a707ce

Please sign in to comment.