ci: test with semantic-release without git
This commit is contained in:
10
.releaserc.json
Normal file
10
.releaserc.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"branches": [
|
||||
"main",
|
||||
"beta"
|
||||
],
|
||||
"plugins": [
|
||||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/release-notes-generator"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user