summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2021-06-12 19:15:31 +0200
committernicolargo <nicolas@nicolargo.com>2021-06-12 19:15:31 +0200
commit4b87e979afdc06d98ed1b48da31e69eaa3a9fb94 (patch)
tree0c663dc6a000775ca060a4a8017dd5e968c2a1c2 /Makefile
parent28c980142d37860c5905ef02718e70d245c9ff59 (diff)
Add NEWS file and improve Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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 <GLANCES 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