Update Makefile

This commit is contained in:
nicolargo 2021-06-12 09:48:17 +02:00
parent 55a3a13d89
commit b4a3aae04d

View File

@ -58,6 +58,6 @@ profiling: venv venv-dev
@echo "Please complete and run: sudo ./venv/bin/py-spy record -o ./docs/_static/glances-flame.svg -d 60 -s --pid <GLANCES PID>"
release-note:
git log $(LASTTAG)..HEAD --pretty=format:"%s (%an)"
git log $(LASTTAG)..HEAD --first-parent --pretty=format:"* %s (by %an)"
.PHONY: test docs docs-server