From 07b0a42b7f3987bc9de96020c676739dee74eed3 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Sun, 3 Jul 2022 12:01:13 +0200 Subject: [PATCH] [chore] Re-enable source tar but name it clearly as source (#683) --- .goreleaser.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 901b2fec1..10d472c7b 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -171,4 +171,5 @@ snapshot: name_template: "{{ incpatch .Version }}-SNAPSHOT" source: # https://goreleaser.com/customization/source/ - enabled: false + enabled: true + name_template: "{{ .ProjectName }}-{{ .Version }}-source-code"