chore: add branches configuration to .releaserc.json

This commit is contained in:
2026-02-26 12:49:25 +02:00
committed by GitHub
parent e4f79b7fb6
commit a4e53ab1cc

View File

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