summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2017-06-22 06:30:01 +0200
committerhorchi <vdr@jwendel.de>2017-06-22 06:30:01 +0200
commit7995f55519cdbda69c8997ee8c0ab444ade2e3f3 (patch)
tree4e700c5e7a14ddcb6a76dc11b5a9b2eb5317d1c9 /Makefile
parent1ab2b56758d06c5460a25cd55ce471c98ee78d72 (diff)
downloadvdr-plugin-epg2vdr-1.1.70.tar.gz
vdr-plugin-epg2vdr-1.1.70.tar.bz2
2017-06-22 version 1.1.70 (horchi)\n - change: Fixed possible crash with unknown channels on wrong configuration\n\n1.1.70
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c1030e8..5449ed4 100644
--- a/Makefile
+++ b/Makefile
@@ -211,8 +211,10 @@ vcheck:
push: vcheck
echo "tagging git with $(VERSION)"
git push
+ git push github master
git tag $(VERSION)
git push --tags
+ git push github master --tags
commit: vcheck
git commit -m "$(LASTCOMMENT)" -a