fix: update semantic-release configuration to include 'main' branch

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-03-31 07:46:59 +08:00
parent 2fdc3a53ce
commit 7bd9e9000b

View File

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