Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-03-13 13:23:18 +03:00
parent 59196d54e6
commit 3efd35c8fe

View File

@ -288,6 +288,7 @@ ctan-dist: dist
# XXX add checks for commit and push...
.PHONY: tag
tag:
@echo "Will create and publish git tag:"
@ -297,7 +298,7 @@ tag:
| tail -n 5 \
| sed 's/^/ /' \
| tac
@echo "Note that this must be done after a commit."
@echo "Note that this must be done after a commit and a push."
@read -p "(press any key to continue or ctrl-c to cancel)"
git tag "v$(VERSION)"
git push origin "v$(VERSION)"