From 8265bf095937f1fb6474226373e3b8081683d9cf Mon Sep 17 00:00:00 2001 From: Atila Fassina Date: Fri, 27 May 2022 08:05:29 +0200 Subject: [PATCH] add release branches --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4714e7b9..157e47d7 100644 --- a/package.json +++ b/package.json @@ -92,6 +92,7 @@ "react-dom": ">=16.8.3" }, "release": { - "verifyConditions": "condition-circle" + "verifyConditions": "condition-circle", + "branches": ["master"] } }