mirror of
https://github.com/flynx/photobook.git
synced 2025-10-28 18:00:10 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
59196d54e6
commit
3efd35c8fe
3
Makefile
3
Makefile
@ -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)"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user