diff options
author | 2022-07-03 12:01:13 +0200 | |
---|---|---|
committer | 2022-07-03 12:01:13 +0200 | |
commit | 07b0a42b7f3987bc9de96020c676739dee74eed3 (patch) | |
tree | 1a66a6b7dc29b6819583811d8764ea6412583be1 | |
parent | [bugfix] Make hashtag regex work with non-ascii characters (#682) (diff) | |
download | gotosocial-07b0a42b7f3987bc9de96020c676739dee74eed3.tar.xz |
[chore] Re-enable source tar but name it clearly as source (#683)
-rw-r--r-- | .goreleaser.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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" |