diff --git a/.goreleaser.yml b/.goreleaser.yml index e528a09..423ad7a 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -9,22 +9,9 @@ builds: - arm64 archives: - - replacements: - linux: Linux - amd64: x86_64 - files: + - files: - LICENSE - cpthook.yml.example checksum: name_template: "checksums.txt" - -snapshot: - name_template: "{{ .Tag }}-next" - -changelog: - sort: asc - filters: - exclude: - - "^docs:" - - "^test_data:"