From 9a6ef6c656b0db98e6247e72b08d12fa6ddc1820 Mon Sep 17 00:00:00 2001 From: Zac Colley Date: Thu, 6 Aug 2020 12:15:36 +0100 Subject: [PATCH] chore(semantic-release): target main branch --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index e5cbee9..47afba0 100644 --- a/package.json +++ b/package.json @@ -34,5 +34,10 @@ "commitizen": { "path": "./node_modules/cz-conventional-changelog" } + }, + "release": { + "branches": [ + "main" + ] } }