Skip to content

Commit

Permalink
bump releaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
howardjohn committed Aug 17, 2022
1 parent 2893896 commit 583350f
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,14 @@
before:
hooks:
- go mod download
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
goarch:
- amd64
- arm64

snapshot:
name_template: "{{ .Tag }}-next"
changelog:
Expand All @@ -25,3 +17,4 @@ changelog:
exclude:
- '^docs:'
- '^test:'

0 comments on commit 583350f

Please sign in to comment.