Skip to content

Commit

Permalink
Improve release commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan committed Oct 27, 2024
1 parent 4f24fa3 commit a8afbb3
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 @@ -39,7 +39,7 @@ tag:

release:
git add . && git commit -m "Bump version" && git push
git tag -a $(hatch version) -m $(hatch version)
git tag -a v$(hatch version) -m $(hatch version)
git push origin $(git describe --tags $(git rev-list --tags --max-count=1))

release-patch:
Expand Down

0 comments on commit a8afbb3

Please sign in to comment.