Skip to content

Commit

Permalink
Fix release cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan committed Oct 27, 2024
1 parent 83976b9 commit 666bed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 666bed9

Please sign in to comment.