From 4b87e979afdc06d98ed1b48da31e69eaa3a9fb94 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 12 Jun 2021 19:15:31 +0200 Subject: Add NEWS file and improve Makefile --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3de8aba3..0a6b594b 100644 --- a/Makefile +++ b/Makefile @@ -58,6 +58,8 @@ 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 " release-note: - git --no-pager log $(LASTTAG)..HEAD --first-parent --pretty=format:"* %s (by %an)" + git --no-pager log $(LASTTAG)..HEAD --first-parent --pretty=format:"* %s" + echo "" + git --no-pager shortlog -s -n $(LASTTAG)..HEAD .PHONY: test docs docs-server -- cgit v1.2.3