From d18112b5cffeb9aa2e3153a950145ce7ff21c927 Mon Sep 17 00:00:00 2001 From: kim Date: Mon, 25 Nov 2024 13:04:11 +0000 Subject: [PATCH] undo accidental rebase change --- .goreleaser.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 9d4453fb7..c5f182ab3 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -389,6 +389,8 @@ checksum: # https://goreleaser.com/customization/snapshots/ snapshot: version_template: "{{ incpatch .Version }}-SNAPSHOT" + +# https://goreleaser.com/customization/source/ source: enabled: true name_template: "{{ .ProjectName }}-{{ .Version }}-source-code"