From 3aa36b19dab1612c46d96a022a6262d35d4f621f Mon Sep 17 00:00:00 2001 From: Tyler Stewart Date: Wed, 22 Nov 2017 17:51:26 -0700 Subject: [PATCH] chore(package): release with circle ci --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index cd72eed..6aa4e0c 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,9 @@ "semantic-release": "semantic-release pre && npm publish && semantic-release post", "commitmsg": "validate-commit-msg" }, + "release": { + "verifyConditions": "condition-circle" + }, "repository": { "type": "git", "url": "git+https://github.com/trs/npmum.git" @@ -32,6 +35,7 @@ }, "devDependencies": { "chai": "^4.1.2", + "condition-circle": "^1.5.0", "eslint": "^4.11.0", "eslint-plugin-mocha": "^4.11.0", "eslint-plugin-node": "^5.2.1",