Skip to content

Commit

Permalink
Add goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
mvantellingen committed Jun 18, 2020
1 parent 5521b23 commit d29ec7c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
project_name: terraform-provider-sonarqube

builds:
- binary: terraform-provider-sonarqube_v{{ .Version }}
env:
- CGO_ENABLED=0
goos:
- windows
- darwin
- linux
goarch:
- amd64

archives:
- name_template: "terraform-provider-sonarqube-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
format_overrides:
- goos: windows
format: zip
- goos: darwin
format: zip
files:
- none*

changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"

0 comments on commit d29ec7c

Please sign in to comment.