diff --git a/.goreleaser.yml b/.goreleaser.yml index 24d68b8..cf3180d 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,3 +1,4 @@ +version: 2 before: hooks: - go mod tidy @@ -8,20 +9,10 @@ builds: - linux - windows - darwin -archives: - - replacements: - darwin: Darwin - linux: Linux - windows: Windows - 386: i386 - amd64: x86_64 - format_overrides: - - goos: windows - format: zip checksum: name_template: 'checksums.txt' snapshot: - name_template: "{{ incpatch .Version }}-devel" + version_template: "{{ incpatch .Version }}-devel" changelog: sort: asc filters: