africat/Makefile

9 lines
176 B
Makefile
Raw Normal View History

2023-12-01 19:26:17 +00:00
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