Create .releaserc.json
This commit is contained in:
parent
450a49a515
commit
cc974a9a08
1 changed files with 21 additions and 0 deletions
21
.releaserc.json
Normal file
21
.releaserc.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"branches": ["release"],
|
||||
"plugins": [
|
||||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/release-notes-generator",
|
||||
[
|
||||
"@semantic-release/npm",
|
||||
{
|
||||
"npmPublish": false
|
||||
}
|
||||
],
|
||||
[
|
||||
"@semantic-release/github",
|
||||
{
|
||||
"failComment": false,
|
||||
"failTitle": false,
|
||||
"labels": false
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue