Skip to content

Commit

Permalink
build: add goreleaser configuration (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig authored Oct 8, 2022
1 parent 8eec863 commit 14ae521
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
before:
hooks:
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'

0 comments on commit 14ae521

Please sign in to comment.