From 063457ac9ebe53e600722fc9a757375a0ed7d313 Mon Sep 17 00:00:00 2001 From: "gcp-cherry-pick-bot[bot]" <98988430+gcp-cherry-pick-bot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 09:56:20 +0000 Subject: [PATCH] add source archive checksum into the checksums.txt (#5819) (#5827) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Batuhan Apaydın Signed-off-by: Batuhan Apaydın Co-authored-by: Charles-Edouard Brétéché Signed-off-by: Batuhan Apaydın Co-authored-by: Batuhan Apaydın Co-authored-by: Charles-Edouard Brétéché --- .goreleaser.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index ab2f6c2f26..753b9c9394 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -53,4 +53,5 @@ changelog: - '^docs:' - typo - '^test:' - +source: + enabled: true