chore: update version bump procedure

This commit is contained in:
jo 2022-09-12 10:24:53 +02:00 committed by Kyle Robbertze
parent 36264ed4a5
commit 97f4472ed1
3 changed files with 8 additions and 11 deletions

View file

@ -19,11 +19,8 @@ shell-check:
VERSION:
tools/version.sh
bump-python-version: VERSION
tools/bump-python-version.sh
.PHONY: tarball
tarball: VERSION bump-python-version
tarball: VERSION
$(MAKE) -C legacy build
cd .. && tar -czf libretime-$(shell cat VERSION | tr -d [:blank:]).tar.gz \
--owner=root --group=root \