Remove go generate from releaser config

This commit is contained in:
2021-03-28 16:12:56 +02:00
parent 30552c1212
commit 29d8ed20e2

View File

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