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