Skip to content

Commit

Permalink
Add goreleaser script
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarrien authored and Jessica Gadling committed Jan 3, 2020
1 parent a7aab3a commit b68803e
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
builds:
- env:
- CGO_ENABLED=0
goos:
- darwin
- linux
- windows
goarch:
- amd64
ldflags:
- "-w -s"

archives:
- format_overrides:
- goos: windows
format: zip

changelog:
filters:
exclude:
- '^docs:'
- '^test:'
- '^Initial commit$'
- '^Merge pull request #.* from'
- typo

release:
github:
owner: chanzuckerberg
name: terraform-provider-kubernetes

0 comments on commit b68803e

Please sign in to comment.