chore: add bump python version tool

This commit is contained in:
jo 2022-04-14 11:01:35 +02:00 committed by Kyle Robbertze
parent 1b5ccd3f65
commit 0a6ed33d96
2 changed files with 25 additions and 1 deletions

View file

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