minor tweak to make '$ make tag' more readable...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-02-27 17:12:30 +03:00
parent 6332e31be7
commit b9daab1511

View File

@ -298,7 +298,8 @@ tag:
@echo "Last 5 tags:"
@git tag -l 'v[0-9]*'\
| tail -n 5 \
| sed 's/^/ /'
| sed 's/^/ /' \
| tac
@echo "Note that this must be done after a commit."
@read -p "(press any key to continue or ctrl-c to cancel)"
git tag "v$(VERSION)"