Skip to content

Commit

Permalink
Add goreleaser support
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Gartner committed Oct 25, 2019
1 parent 69b4fa8 commit 0e0ad4b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -16,3 +16,6 @@ pg_flame

# Common name of flamegraph output
flamegraph.html

# Distribution directory
dist
17 changes: 17 additions & 0 deletions .goreleaser.yml
@@ -0,0 +1,17 @@
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
builds:
- env:
- CGO_ENABLED=0
archives:
- replacements:
darwin: Darwin
linux: Linux
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc

0 comments on commit 0e0ad4b

Please sign in to comment.