From 7ea0c6ba24e254d3c3fa8f6f00e6d6ff92c5dd96 Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Sun, 4 Oct 2020 19:52:12 +0200 Subject: [PATCH] Skip changelog --- .goreleaser.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 65e46f9a..369e7adb 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -42,6 +42,8 @@ archives: - goos: windows format: zip checksum: +changelog: + skip: true dockers: - goos: linux goarch: amd64