This commit is contained in:
Timothy Allen 2023-12-01 21:26:17 +02:00 committed by Timothy Allen
parent 3c912c4171
commit 3fcd445a83

8
Makefile Normal file
View File

@ -0,0 +1,8 @@
version:
@poetry version $(v)
@git add pyproject.toml
@git commit -m "v$$(poetry version -s)"
@git tag v$$(poetry version -s)
@git push
@git push --tags
@poetry version