chore(ci): add branches configuration to .releaserc.json

This commit is contained in:
2026-02-10 13:21:45 +02:00
committed by GitHub
parent bc7cc3ed63
commit a7818ad33f

View File

@@ -1,3 +1,4 @@
{
"extends": ["@ivuorinen/semantic-release-config"]
"extends": ["@ivuorinen/semantic-release-config"],
"branches": ["main"]
}