summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e8c2acd..68421ab 100644
--- a/Makefile
+++ b/Makefile
@@ -53,5 +53,6 @@ dist: cleandist
tag:
git tag $(TAG)
+ git push origin $(TAG)
# Makefile ends here