From 2df4ead55fe3a70297919ffdbd4522bf029b734b Mon Sep 17 00:00:00 2001 From: Irakli Safareli Date: Tue, 19 Jul 2016 00:45:54 +0400 Subject: [PATCH] chore(release): fix incorrect path to analyzeCommits --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 587e9e9..1ff2941 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ ] }, "release": { - "analyzeCommits": "./misc/releaseAnalyzeCommits" + "analyzeCommits": "./tools/releaseAnalyzeCommits" }, "config": { "commitizen": {