fix(semantic-release): add additional branch filter for rules

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-02-18 03:56:22 +08:00
parent ba85afaa0e
commit 033f98ddb1

View File

@ -1,5 +1,5 @@
{ {
"branches": ["master"], "branches": ["*/master", "master"],
"plugins": [ "plugins": [
[ [
"@semantic-release/commit-analyzer", "@semantic-release/commit-analyzer",