From 52b83748b403884ff532079126bbcab3fa66ac5f Mon Sep 17 00:00:00 2001 From: Oscar Dominguez Date: Sun, 16 Jun 2024 22:01:00 +0200 Subject: [PATCH] ci(semantic-release): remove 'release.branches' configuration from package.json --- package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package.json b/package.json index 4f3a34c..42d4eb1 100644 --- a/package.json +++ b/package.json @@ -26,10 +26,5 @@ "devDependencies": { "esm": "^3.2.25", "uvu": "^0.5.1" - }, - "release": { - "branches": [ - "main" - ] } }