diff --git a/.goreleaser.yml b/.goreleaser.yml index 4461d78..ea3c570 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -4,8 +4,6 @@ before: hooks: # You may remove this if you don't use go modules. - go mod tidy - # you may remove this if you don't need go generate - - go generate ./... builds: - env: - CGO_ENABLED=0 @@ -21,12 +19,12 @@ archives: 386: i386 amd64: x86_64 checksum: - name_template: 'checksums.txt' + name_template: "checksums.txt" snapshot: name_template: "{{ .Tag }}" changelog: sort: asc filters: exclude: - - '^docs:' - - '^test:' + - "^docs:" + - "^test:"