Skip to content

Commit

Permalink
Merge pull request #21 from trussworks/ee-try-goreleaser
Browse files Browse the repository at this point in the history
try goreleaser
  • Loading branch information
eeeady authored Mar 4, 2020
2 parents 89994d6 + 7908858 commit d1b4f3c
Show file tree
Hide file tree
Showing 2 changed files with 28 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
27 changes: 27 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
before:
hooks:
- go mod download
builds:
- goos:
- darwin
- linux
goarch:
- amd64
main: ./cmd/main.go
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
filters:
exclude:
- '^docs:'
- '^test:'

0 comments on commit d1b4f3c

Please sign in to comment.