'make release' should update release branch
This commit is contained in:
parent
2a3b917aa8
commit
198a792b22
2
Makefile
2
Makefile
|
@ -18,6 +18,8 @@ lint:
|
||||||
@jshint ./lib
|
@jshint ./lib
|
||||||
|
|
||||||
release:
|
release:
|
||||||
|
@git push origin master
|
||||||
|
@git checkout release ; git merge master ; git push ; git checkout master
|
||||||
@git tag -m "$(VERSION)" v$(VERSION)
|
@git tag -m "$(VERSION)" v$(VERSION)
|
||||||
@git push --tags
|
@git push --tags
|
||||||
@npm publish ./
|
@npm publish ./
|
||||||
|
|
Loading…
Reference in New Issue