From a194e5b55f76b4f6dea9b8371e046035cadd4344 Mon Sep 17 00:00:00 2001 From: Sebastien Jourdain Date: Wed, 24 May 2017 17:22:51 -0600 Subject: [PATCH] chore(circle): Use release branch for semantic-release --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a08ee3c4..f4196550f 100644 --- a/package.json +++ b/package.json @@ -76,6 +76,7 @@ ] }, "release": { - "verifyConditions": "condition-circle" + "verifyConditions": "condition-circle", + "branch": "release" } }