From 1f60c2a6986ef7ea027786d3656d86d727ad07a5 Mon Sep 17 00:00:00 2001 From: Jens Filipsson Date: Wed, 12 Jul 2023 14:43:03 +0200 Subject: [PATCH] fix: remove branch config from release config (#62) --- release.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/release.config.js b/release.config.js index 3ae4d27..f529d90 100644 --- a/release.config.js +++ b/release.config.js @@ -1,5 +1,4 @@ module.exports = { - branches: ["main"], plugins: [ ["@semantic-release/commit-analyzer", { preset: "conventionalcommits" }], [