From 73b3c88477d802520ed80066f36b5c120a0276c4 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Fri, 30 May 2014 21:00:09 -0700 Subject: [PATCH] require check to cut a release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1dd3a7d..9c09b64 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ versioncheck: @echo Version check ok. .PHONY: cutarelease -cutarelease: versioncheck +cutarelease: versioncheck check [[ `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