require check to cut a release
This commit is contained in:
parent
a6a0a7eb5a
commit
73b3c88477
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -42,7 +42,7 @@ versioncheck:
|
||||||
@echo Version check ok.
|
@echo Version check ok.
|
||||||
|
|
||||||
.PHONY: cutarelease
|
.PHONY: cutarelease
|
||||||
cutarelease: versioncheck
|
cutarelease: versioncheck check
|
||||||
[[ `git status | tail -n1 | cut -c1-17` == "nothing to commit" ]]
|
[[ `git status | tail -n1 | cut -c1-17` == "nothing to commit" ]]
|
||||||
./tools/cutarelease.py -p bunyan -f package.json -f lib/bunyan.js -f bin/bunyan
|
./tools/cutarelease.py -p bunyan -f package.json -f lib/bunyan.js -f bin/bunyan
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue