From 2cec826e641c1c0ab391daf05ef16f6038b0528e Mon Sep 17 00:00:00 2001 From: michaelroytman Date: Thu, 3 Aug 2023 15:22:14 -0400 Subject: [PATCH] fix: replace incorrect branch key with correct branches key in releaserc file --- .releaserc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.releaserc b/.releaserc index 070fe6f..0400bfb 100644 --- a/.releaserc +++ b/.releaserc @@ -1,5 +1,7 @@ { - "branch": "main", + "branches": [ + "main" + ], "tagFormat": "v${version}", "verifyConditions": [ "@semantic-release/npm",