From b9daab15110073fd4c3ba742e556bc937d051eda Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 27 Feb 2023 17:12:30 +0300 Subject: [PATCH] minor tweak to make '$ make tag' more readable... Signed-off-by: Alex A. Naanou --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ef68ad5..ad3c31e 100644 --- a/Makefile +++ b/Makefile @@ -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)"