Skip to content

Commit

Permalink
Makefile: pull new git tag after release
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Jan 22, 2025
1 parent 5bb86dd commit 0dc73cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ release:
$(MAKE) dist && \
version=$$(grep version pyproject.toml | grep -o "[0-9.]\+") && \
twine upload dist/* && \
gh release create v$$version --title "Release v$$version" dist/*
gh release create v$$version --title "Release v$$version" dist/* && \
git pull --tags

loc:
cloc nancy tests/*.py
Expand Down

0 comments on commit 0dc73cc

Please sign in to comment.