9 lines
176 B
Makefile
9 lines
176 B
Makefile
|
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
|