diff --git a/.goreleaser.yml b/.goreleaser.yml index b0ad53f..fc980b5 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -2,6 +2,7 @@ before: hooks: - go mod tidy - go generate ./... + builds: - env: - CGO_ENABLED=0 @@ -9,6 +10,7 @@ builds: - linux - windows - darwin + archives: - replacements: darwin: Darwin @@ -16,16 +18,20 @@ archives: windows: Windows 386: i386 amd64: x86_64 + checksum: name_template: 'checksums.txt' + snapshot: name_template: '{{ .Tag }}' + changelog: sort: asc filters: exclude: - '^docs:' - '^test:' + brews: - tap: owner: incipher