mirror of
https://github.com/flynx/photobook.git
synced 2025-10-29 02:10:08 +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
|
.PHONY: tag
|
||||||
tag:
|
tag:
|
||||||
@echo "Will create and publish git tag:"
|
@echo "Will create and publish git tag:"
|
||||||
@ -297,7 +298,7 @@ tag:
|
|||||||
| tail -n 5 \
|
| tail -n 5 \
|
||||||
| sed 's/^/ /' \
|
| sed 's/^/ /' \
|
||||||
| tac
|
| 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)"
|
@read -p "(press any key to continue or ctrl-c to cancel)"
|
||||||
git tag "v$(VERSION)"
|
git tag "v$(VERSION)"
|
||||||
git push origin "v$(VERSION)"
|
git push origin "v$(VERSION)"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user