From 198a792b22cec4f3dbc63d38c13ac5805fcc118b Mon Sep 17 00:00:00 2001 From: Andrew Stewart Date: Wed, 1 Oct 2014 17:10:36 -0700 Subject: [PATCH] 'make release' should update release branch --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index d92b743..bc623ad 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,8 @@ lint: @jshint ./lib release: + @git push origin master + @git checkout release ; git merge master ; git push ; git checkout master @git tag -m "$(VERSION)" v$(VERSION) @git push --tags @npm publish ./