Skip to content

Commit

Permalink
add goreleaser file
Browse files Browse the repository at this point in the history
  • Loading branch information
FinweVI committed Jan 29, 2022
1 parent ef50722 commit b85eb7e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
before:
hooks:
- go mod tidy
builds:
- goos:
- linux
goarch:
- i386
- amd64
- arm
- arm64
goarm:
- 7
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'

0 comments on commit b85eb7e

Please sign in to comment.