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"