chore: update version bump procedure
This commit is contained in:
parent
36264ed4a5
commit
97f4472ed1
3 changed files with 8 additions and 11 deletions
5
Makefile
5
Makefile
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue