提交 55a3a13d 编写于 作者: N nicolargo

Add release-note in the Makefile

上级 5d918cd7
PORT?=8008
LASTTAG = $(shell git describe --tags --abbrev=0)
install:
sensible-browser "https://github.com/nicolargo/glances#installation"
......@@ -23,8 +24,10 @@ venv-upgrade:
./venv/bin/pip install --upgrade -r requirements.txt
./venv/bin/pip install --upgrade -r optional-requirements.txt
test:
./unitest-all.sh
test: venv
./venv/bin/python ./unitest.py
./venv/bin/python ./unitest-restful.py
./venv/bin/python ./unitest-xmlrpc.py
docs: venv-dev
cd docs && ./build.sh
......@@ -54,4 +57,7 @@ run-client: venv
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)"
.PHONY: test docs docs-server
.\" Man page generated from reStructuredText.
.
.TH "GLANCES" "1" "Jun 05, 2021" "3.2.0b0" "Glances"
.TH "GLANCES" "1" "Jun 12, 2021" "3.2.0b2" "Glances"
.SH NAME
glances \- An eye on your system
.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册