From 15114bdf988ee23ef9302512aab0975b5ecf381c Mon Sep 17 00:00:00 2001 From: Jose Luis Date: Wed, 27 Mar 2024 17:46:18 -0600 Subject: [PATCH] build(branch): branch config --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a3f8db5..fc3441c 100644 --- a/package.json +++ b/package.json @@ -81,6 +81,11 @@ "semantic-release": "semantic-release --branches main", "commit": "cz" }, + "release": { + "branches": [ + "main" + ] + }, "dependencies": { "bootswatch": "^5.3.3", "byte-size": "^8.1.1", @@ -122,7 +127,6 @@ "vite": "^5.2.0", "webextension-polyfill": "^0.10.0" }, - "branches":["main"], "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog"