don't allow cutting a release with uncommited/untracked files
This commit is contained in:
parent
31fda082fb
commit
1844dfd062
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -24,6 +24,7 @@ versioncheck:
|
|||
|
||||
.PHONY: cutarelease
|
||||
cutarelease: versioncheck
|
||||
[[ `git status | tail -n1` == "nothing to commit (working directory clean)" ]]
|
||||
./tools/cutarelease.py -p bunyan -f package.json -f lib/bunyan.js -f bin/bunyan
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue