summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 12d5c54..398e03e 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,7 @@ release: README.md
git add Makefile
git commit -am "Update Makefile"
git tag "$(VERSION)"
+ git push
git push origin "$(VERSION)"
# go get -u github.com/github/hub