mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-12-22 02:30:44 -06:00
build: update bump-version recipe
This commit is contained in:
parent
bde564f381
commit
9cf7c77980
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -9,7 +9,9 @@ types:
|
||||||
|
|
||||||
bump-version:
|
bump-version:
|
||||||
@echo "bumping to version => $(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:
|
env:
|
||||||
pdm install
|
pdm install
|
||||||
|
|
Loading…
Reference in a new issue