Skip to content

Commit

Permalink
release: Add ldflags to automatically include version information and…
Browse files Browse the repository at this point in the history
… remove symbols
  • Loading branch information
bflad committed Dec 16, 2019
1 parent 7a576c5 commit 75689f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ builds:
goarch:
- amd64
- 386
ldflags:
- -s -w -X github.com/bflad/tfproviderdocs/version.Version={{.Version}} -X github.com/bflad/tfproviderdocs/version.VersionPrerelease=''
main: .
changelog:
skip: true
Expand Down

0 comments on commit 75689f0

Please sign in to comment.