fix: add branches configuration to .releaserc.json

This commit is contained in:
2026-02-26 12:56:56 +02:00
committed by GitHub
parent d98d2a6668
commit 0ed2349feb

View File

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