diff options
author | 2021-12-12 15:54:51 +0100 | |
---|---|---|
committer | 2021-12-12 15:54:51 +0100 | |
commit | 909f80174227689e664a29ffc20d788e7ce578d4 (patch) | |
tree | 63b8fde23d54dc522f58ac7baffffa26323f68c6 | |
parent | add example systemd service (#341) (diff) | |
download | gotosocial-909f80174227689e664a29ffc20d788e7ce578d4.tar.xz |
add systemd service example to packaging (#342)
-rw-r--r-- | .goreleaser.yml | 4 |
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' |