diff --git a/.goreleaser.yml b/.goreleaser.yml index ff2b999..4af7086 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -4,6 +4,7 @@ project_name: kill-mysql-query before: hooks: - go mod download + builds: - env: - CGO_ENABLED=0 @@ -14,6 +15,7 @@ builds: ignore: - goos: darwin goarch: 386 + archives: - replacements: darwin: macOS @@ -21,10 +23,17 @@ archives: windows: Windows 386: i386 amd64: x86_64 + format_overrides: + - goos: windows + format: zip + - goos: darwin + format: zip checksum: name_template: 'checksums.txt' + snapshot: name_template: '{{ .Tag }}-next' + changelog: sort: asc filters: