Skip to content

Commit

Permalink
Improve push tag command
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan committed Oct 27, 2024
1 parent e089b1a commit f9b5c5b
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 @@ -38,7 +38,7 @@ tag:
git tag -a ${v} -m "${v}"

push-tag:
git push origin ${v}
git add . && git commit -m "Bump version" && git push origin ${v}

mypy:
pdm run mypy src

0 comments on commit f9b5c5b

Please sign in to comment.