Skip to content

Commit

Permalink
update goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewarren committed Feb 19, 2020
1 parent 66c0a17 commit 61a8484
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ builds:
- CGO_ENABLED=0
ldflags:
- -s -w -X main.version={{.Version}} -X main.commit={{.ShortCommit}} -X main.buildDate={{.Date}}
goos:
- linux
- darwin
- windows

archives:
-
Expand All @@ -25,4 +29,4 @@ changelog:
- Merge pull request
- Merge branch
- '^release'
- (?i)update (README|goreleaser)
- (?i)update (README|goreleaser)

0 comments on commit 61a8484

Please sign in to comment.