From cc76eadd26a7649ce6ab76aa5c0da53b1ee531f3 Mon Sep 17 00:00:00 2001 From: horchi Date: Mon, 6 Mar 2017 20:08:12 +0100 Subject: 2017-03-06: version 1.1.45 (horchi)\n - change: Fixed order of push/tag in Makefile\n\n --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f392783..86fd27f 100644 --- a/Makefile +++ b/Makefile @@ -207,9 +207,9 @@ vcheck: push: vcheck echo "tagging git with $(VERSION)" + git push git tag $(VERSION) git push --tags - git push commit: vcheck git commit -m "$(LASTCOMMENT)" -a -- cgit v1.2.3