Skip to content

Commit

Permalink
Release command
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan committed Oct 27, 2024
1 parent ffd58c7 commit eee1c04
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}"

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

mypy:
pdm run mypy src

0 comments on commit eee1c04

Please sign in to comment.