gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 909f80174227689e664a29ffc20d788e7ce578d4
parent c6912f5425d86e236b08bafbb5a22d9970b33640
Author: tobi <31960611+tsmethurst@users.noreply.github.com>
Date:   Sun, 12 Dec 2021 15:54:51 +0100

add systemd service example to packaging (#342)


Diffstat:
M.goreleaser.yml | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 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'