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