aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.local
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-04-05 15:56:23 -0700
committerGravatar Carl Worth <cworth@cworth.org>2010-04-05 15:56:23 -0700
commit1b0830b31c5012ccdc7da9731aa314a201a443d9 (patch)
treeb2496ed29459835f3dff77cc5cc52c24f7e785e7 /Makefile.local
parent322eaebabe210c73dd631be1dd6a0a30c3e5e76f (diff)
Makefile: Make the "make release" target push the new tag.
Otherwise I'm sure I'll always forget to push it.
Diffstat (limited to 'Makefile.local')
-rw-r--r--Makefile.local1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.local b/Makefile.local
index 4a6e3aeb..d78f6132 100644
--- a/Makefile.local
+++ b/Makefile.local
@@ -81,6 +81,7 @@ release: release-verify-newer $(TAR_FILE) $(SHA1_FILE) $(GPG_FILE)
mv $(TAR_FILE) $(SHA1_FILE) $(GPG_FILE) releases
ssh $(RELEASE_HOST) "rm -f $(RELEASE_DIR)/LATEST-$(PACKAGE)-[0-9]* && ln -s $(TAR_FILE) $(RELEASE_DIR)/LATEST-$(PACKAGE)-$(VERSION)"
git tag -s -m "$(PACKAGE) $(VERSION) release" $(VERSION)
+ git push origin $(VERSION)
.PHONY: release-verify-version
release-verify-version: