Update Makefile

This commit is contained in:
nicolargo 2021-08-14 12:45:53 +02:00
parent b59a33ee0c
commit c4bb0af8fe

View File

@ -73,7 +73,7 @@ profiling: venv venv-dev
release-note:
git --no-pager log $(LASTTAG)..HEAD --first-parent --pretty=format:"* %s"
echo ""
@echo "\n"
git --no-pager shortlog -s -n $(LASTTAG)..HEAD
.PHONY: test docs docs-server