From 95bf60da41065b92771dd2f30618bc30704e8066 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Sat, 11 Dec 2021 16:08:26 -0700 Subject: [PATCH] ship a src tarball and sign the checksums file --- .goreleaser.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 72c8e5b..b57df82 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -43,6 +43,11 @@ archives: windows: Windows 386: i386 amd64: x86_64 +signs: + - artifacts: checksum +source: + enabled: true + name_template: '{{ .ProjectName }}-src-{{ .Version }}' checksum: name_template: 'checksums.txt' snapshot: