summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2017-03-06 20:10:32 +0100
committerhorchi <vdr@jwendel.de>2017-03-06 20:10:32 +0100
commit665f80746fc732a9d5ce2aa34fa66f9975252084 (patch)
tree4ccf4e9a9b7e27cce5da3eca613c69ead23803c6 /Makefile
parente2a48d8701f91b8e24fbe9e99e91eb72a87bb749 (diff)
downloadvdr-epg-daemon-665f80746fc732a9d5ce2aa34fa66f9975252084.tar.gz
vdr-epg-daemon-665f80746fc732a9d5ce2aa34fa66f9975252084.tar.bz2
2017-03-06: version 1.1.104 (horchi)\n - change: Fixed order of push/tag in Makefile\n\n1.1.104
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b7a7406..a17fa5f 100644
--- a/Makefile
+++ b/Makefile
@@ -243,9 +243,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