Skip to content

Commit

Permalink
goreleaser integration
Browse files Browse the repository at this point in the history
Include a note in the changelong.

Closes #242.
  • Loading branch information
fsouza committed Jul 27, 2019
1 parent fbc0a10 commit 7d57f55
Show file tree
Hide file tree
Showing 2 changed files with 240 additions and 220 deletions.
18 changes: 18 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
builds:
- env:
- CGO_ENABLED=0
goarch:
- amd64
archive:
replacements:
darwin: Darwin
linux: Linux
files:
- LICENSE
- README.md
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
Loading

0 comments on commit 7d57f55

Please # to comment.