require check to cut a release

This commit is contained in:
Trent Mick 2014-05-30 21:00:09 -07:00
parent a6a0a7eb5a
commit 73b3c88477

View file

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