From 4a39ac1b5c86bce5d98c91be495b23d825b91c45 Mon Sep 17 00:00:00 2001 From: Felix Breidenstein Date: Mon, 27 Jul 2020 18:26:33 +0200 Subject: [PATCH] Update .goreleaser.yml to support current version --- .goreleaser.yml | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) 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:'