ci: test with semantic-release without git

This commit is contained in:
2025-09-20 09:49:08 +02:00
parent c3a7f917a9
commit 8f2eeb1d86
3 changed files with 17 additions and 22 deletions

13
.releaserc.json Normal file
View File

@@ -0,0 +1,13 @@
{
"branches": [
"main",
"beta"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
{
"publish": []
}
]
}