From 88dca0a2e255777f5982dbc20f97fac05b54ca98 Mon Sep 17 00:00:00 2001 From: Steve Heffernan Date: Tue, 18 Feb 2014 13:41:56 -0800 Subject: [PATCH] Fixed contrib release to use bump-only, so it doesn't tag and push --- contrib.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib.json b/contrib.json index 06a81dd5f3..bb5be5406f 100644 --- a/contrib.json +++ b/contrib.json @@ -57,7 +57,7 @@ }, { "desc": "Bump the package version", - "exec": "grunt bump:<%= type %>" + "exec": "grunt bump-only:<%= type %>" }, { "desc": "Build the release",