feat: include tarball checksums in releases

This commit is contained in:
jo 2023-04-06 23:25:28 +02:00 committed by Kyle Robbertze
parent ec5bad3c26
commit 1cc9bc9bf6
2 changed files with 4 additions and 1 deletions

View file

@ -49,6 +49,7 @@ tarball: VERSION
libretime/SECURITY.md \
libretime/VERSION
mv ../libretime-*.tar.gz .
sha256sum libretime-*.tar.gz > sha256sums.txt
# Only clean subdirs
clean: