slightly diff output from diff git versions
This commit is contained in:
parent
36f7e51a65
commit
d98dffbce9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -43,7 +43,7 @@ versioncheck:
|
||||||
|
|
||||||
.PHONY: cutarelease
|
.PHONY: cutarelease
|
||||||
cutarelease: versioncheck
|
cutarelease: versioncheck
|
||||||
[[ `git status | tail -n1` == "nothing to commit (working directory clean)" ]]
|
[[ `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
|
||||||
|
|
||||||
.PHONY: docs
|
.PHONY: docs
|
||||||
|
|
Loading…
Reference in a new issue