diff --git a/.goreleaser.yml b/.goreleaser.yml index f6386ae..57b530e 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,8 +1,5 @@ -# This is an example goreleaser.yaml file with some sane defaults. -# Make sure to check the documentation at http://goreleaser.com builds: -- - env: +- env: - CGO_ENABLED=0 goos: - linux @@ -11,13 +8,13 @@ builds: - amd64 - arm64 -archive: - replacements: - linux: Linux - amd64: x86_64 - files: - - LICENSE - - cpthook.yml.example +archives: + - replacements: + linux: Linux + amd64: x86_64 + files: + - LICENSE + - cpthook.yml.example checksum: name_template: 'checksums.txt' @@ -30,5 +27,5 @@ changelog: filters: exclude: - '^docs:' - - '^test:' + - '^test_data:'