From 981d40774ec6a13cb757a08362d3e25b3572d45b Mon Sep 17 00:00:00 2001 From: Rubilmax Date: Wed, 16 Oct 2024 15:23:56 +0200 Subject: [PATCH] build(package): use semantic-release BREAKING CHANGE: v2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4d8a9613..782b57e1 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "extends": ["@commitlint/config-conventional"] }, "release": { - "branches": ["main", "next"], + "branches": ["main"], "extends": "semantic-release-monorepo" } }