From b98fe329af19aa5d7f14d483ae07c99fe0fd6703 Mon Sep 17 00:00:00 2001 From: Ken Clary Date: Wed, 15 Dec 2021 10:52:22 -0500 Subject: [PATCH] fix: correct(?) configuration of main branch for semantic-release. --- .releaserc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.releaserc b/.releaserc index 070fe6f8a..c50b00637 100644 --- a/.releaserc +++ b/.releaserc @@ -1,5 +1,5 @@ { - "branch": "main", + "branches": ["main"], "tagFormat": "v${version}", "verifyConditions": [ "@semantic-release/npm",