summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2017-03-06 20:08:12 +0100
committerhorchi <vdr@jwendel.de>2017-03-06 20:08:12 +0100
commitcc76eadd26a7649ce6ab76aa5c0da53b1ee531f3 (patch)
treee17b38fa05ce6aa7e09e2366ecb40128ef5f8ee8 /Makefile
parentbb4188905ea3fc2ec903f642038eee47bc0a172e (diff)
downloadvdr-plugin-epg2vdr-cc76eadd26a7649ce6ab76aa5c0da53b1ee531f3.tar.gz
vdr-plugin-epg2vdr-cc76eadd26a7649ce6ab76aa5c0da53b1ee531f3.tar.bz2
2017-03-06: version 1.1.45 (horchi)\n - change: Fixed order of push/tag in Makefile\n\n1.1.45
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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