From 70d4a8aeb5512580f79caf6bf8017970f7b92d14 Mon Sep 17 00:00:00 2001 From: GP Date: Fri, 17 Dec 2021 11:54:28 +0530 Subject: [PATCH] fix(ci): fix releaserc configuration using https://github.com/semantic-release/semantic-release/blob/master/docs/usage/configuration.md#branches). --- .releaserc.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.releaserc.json b/.releaserc.json index b441c64..6893f5f 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -1,9 +1,7 @@ { - "release": { - "branches": [ - "main" - ] - }, + "branches": [ + "main" + ], "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator",