From 429d3baf445e50ebda54f3c4165644c6a0fd58b2 Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Tue, 15 Sep 2020 07:54:27 -0400 Subject: [PATCH] set main as the release branch --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 79f1521..462b2fa 100644 --- a/package.json +++ b/package.json @@ -38,5 +38,8 @@ }, "peerDependencies": { "cypress": "*" + }, + "release": { + "branches": "main" } }