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 cee4b96 commit fbfc766
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,7 +34,7 @@ docs-deps:

# example: make tag v="v3.9.2", TAG MUST INCLUDE v
release:
git tag -a v$(hatch version) -m "$(hatch version)"
git tag -a "v$(hatch version)" -m "$(hatch version)"
git add . && git commit -m "Bump version" && git push
git push origin $(git describe --tags $(git rev-list --tags --max-count=1))

Expand Down

0 comments on commit fbfc766

Please sign in to comment.