Skip to content

Commit

Permalink
build: add .goreleaser.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrgl committed Jul 24, 2022
1 parent bf5bdca commit 008ee3f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .goreleaser.yaml
@@ -0,0 +1,22 @@
# Make sure to check the documentation at https://goreleaser.com
before:
hooks:
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
archives:
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"

0 comments on commit 008ee3f

Please sign in to comment.