Skip to content

Commit

Permalink
chore: more .goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
bcampbell-interos committed May 17, 2022
1 parent de426c4 commit b6cccf9
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
archives:
- files:
- none*
format: zip
- format: zip
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
before:
hooks:
- go mod download
builds:
- binary: '{{ .ProjectName }}_{{ .Version }}'
- binary: '{{ .ProjectName }}_v{{ .Version }}'
flags:
- -trimpath
goarch:
Expand All @@ -25,10 +23,13 @@ builds:
- -s -w -X version.ProviderVersion={{.Version}}
mod_timestamp: '{{ .CommitTimestamp }}'
changelog:
skip: false
skip: true
checksum:
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
algorithm: sha256
extra_files:
- glob: 'terraform-registry-manifest.json'
name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
env:
- CGO_ENABLED=0
release:
Expand Down

0 comments on commit b6cccf9

Please sign in to comment.