build: update bump-version recipe

This commit is contained in:
Daylin Morgan 2022-12-20 14:38:17 -06:00
parent bde564f381
commit 9cf7c77980

View file

@ -9,7 +9,9 @@ types:
bump-version:
@echo "bumping to version => $(VERSION)"
@sed -i 's/__version__ = ".*"/__version__ = "$(VERSION)"/g' src/viv.py
@sed -i 's/__version__ = ".*"/__version__ = "$(VERSION)"/g' src/viv/viv.py
@git add src/viv/viv.py && git commit -m "chore: bump version"
@git tag v$(VERSION)
env:
pdm install