Skip to content

Commit

Permalink
goreleaser: Use Terraform provider name format
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-jiayu committed Jan 13, 2020
1 parent c999cf9 commit 35f7a8c
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions .goreleaser.yml
@@ -1,15 +1,19 @@
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
before:
hooks:
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
- binary: "{{ .ProjectName }}_v{{ .Version }}"
env:
- CGO_ENABLED=0
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
Expand All @@ -18,5 +22,5 @@ changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- '^docs:'
- '^test:'

0 comments on commit 35f7a8c

Please sign in to comment.