From fa22efb58d0b4cb244939fa6dd6cdefed997cc1b Mon Sep 17 00:00:00 2001 From: Pierre Vanduynslager Date: Fri, 24 Nov 2017 21:33:18 -0500 Subject: [PATCH] chore: Do not use itself Update semantic-release and do not use itself to avoid incompatibilities --- package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index 403d16d1..a3e19cd0 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "nyc": "^11.1.0", "prettier": "~1.8.2", "rimraf": "^2.6.1", - "semantic-release": "^9.0.2", + "semantic-release": "^10.0.0", "sinon": "^4.0.2", "xo": "^0.18.2" }, @@ -82,11 +82,6 @@ "publishConfig": { "access": "public" }, - "release": { - "analyzeCommits": { - "path": "./index.js" - } - }, "repository": { "type": "git", "url": "https://github.com/semantic-release/commit-analyzer.git"