Block 'make release' unless JSHint/tests are happy
This commit is contained in:
parent
8685b57c83
commit
6bffc20020
2
Makefile
2
Makefile
|
@ -20,7 +20,7 @@ lint:
|
||||||
|
|
||||||
ci: lint cover
|
ci: lint cover
|
||||||
|
|
||||||
release:
|
release: lint test
|
||||||
@git push origin master
|
@git push origin master
|
||||||
@git checkout release ; git merge master ; git push ; git checkout master
|
@git checkout release ; git merge master ; git push ; git checkout master
|
||||||
@git tag -m "$(VERSION)" v$(VERSION)
|
@git tag -m "$(VERSION)" v$(VERSION)
|
||||||
|
|
Loading…
Reference in New Issue