Skip to content

Commit

Permalink
Add goreleaser (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
howardjohn authored and mergify[bot] committed Jan 14, 2020
1 parent 509d78b commit 13da226
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist/
14 changes: 14 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
builds:
archives:
- 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

0 comments on commit 13da226

Please sign in to comment.