From 0ba65ef96d191b7820e1c3f9fd70e0bc5572c330 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Thu, 17 Dec 2020 16:41:14 +0100 Subject: [PATCH] chore: drop signatures for now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Roberto Abdelkader Martínez Pérez --- .goreleaser.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 92c2146..c574afb 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -38,10 +38,6 @@ changelog: exclude: - '^docs:' - '^test:' -signs: - - artifacts: checksum - signature: "${artifact}.GPG" - args: ["--batch", "--local-user", "release-bot@kapow", "--output", "${signature}", "--armor", "--clear-sign", "${artifact}"] dockers: - goos: linux