This commit is contained in:
2023-12-01 21:26:17 +02:00
parent 8dc64f113a
commit fcee47be08
2 changed files with 9 additions and 1 deletions

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