'make release' should update release branch

This commit is contained in:
Andrew Stewart 2014-10-01 17:10:36 -07:00
parent 2a3b917aa8
commit 198a792b22
1 changed files with 2 additions and 0 deletions

View File

@ -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 ./