From 666bed91c361a4c75dd36918539057d0f46a14b4 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 27 Oct 2024 16:28:52 +0300 Subject: [PATCH] Fix release cmd --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: