summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2021-12-12 15:54:51 +0100
committerLibravatar GitHub <noreply@github.com>2021-12-12 15:54:51 +0100
commit909f80174227689e664a29ffc20d788e7ce578d4 (patch)
tree63b8fde23d54dc522f58ac7baffffa26323f68c6
parentadd example systemd service (#341) (diff)
downloadgotosocial-909f80174227689e664a29ffc20d788e7ce578d4.tar.xz
add systemd service example to packaging (#342)
-rw-r--r--.goreleaser.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml
index 0f39d3186..423103c10 100644
--- a/.goreleaser.yml
+++ b/.goreleaser.yml
@@ -71,9 +71,11 @@ archives:
- LICENSE
- README.md
- CHANGELOG*
- # web assets and example config
+ # web assets
- web
+ # example config files
- example/config.yaml
+ - example/gotosocial.service
checksum:
# https://goreleaser.com/customization/checksum/
name_template: 'checksums.txt'