diff --git a/Makefile b/Makefile index db84ddd..19ebba1 100644 --- a/Makefile +++ b/Makefile @@ -34,8 +34,8 @@ docs-deps: # example: make tag v="v3.9.2", TAG MUST INCLUDE v release: - git tag -a "v$(hatch version)" -m "v$(hatch version)" git add . && git commit -m "Bump version" && git push --force + git tag -a "v$(hatch version)" -m "v$(hatch version)" git push --force origin "$(git describe --tags $(git rev-list --tags --max-count=1))" release-patch: