mirror of
https://github.com/flynx/photobook.git
synced 2025-10-28 18:00:10 +00:00
minor tweak to make '$ make tag' more readable...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
6332e31be7
commit
b9daab1511
3
Makefile
3
Makefile
@ -298,7 +298,8 @@ tag:
|
|||||||
@echo "Last 5 tags:"
|
@echo "Last 5 tags:"
|
||||||
@git tag -l 'v[0-9]*'\
|
@git tag -l 'v[0-9]*'\
|
||||||
| tail -n 5 \
|
| tail -n 5 \
|
||||||
| sed 's/^/ /'
|
| sed 's/^/ /' \
|
||||||
|
| tac
|
||||||
@echo "Note that this must be done after a commit."
|
@echo "Note that this must be done after a commit."
|
||||||
@read -p "(press any key to continue or ctrl-c to cancel)"
|
@read -p "(press any key to continue or ctrl-c to cancel)"
|
||||||
git tag "v$(VERSION)"
|
git tag "v$(VERSION)"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user