32 строки
567 B
JSON
32 строки
567 B
JSON
{
|
|
"branches": [
|
|
{
|
|
"name": "trunk",
|
|
"channel": "latest"
|
|
},
|
|
{
|
|
"name": "releases/2.x",
|
|
"range": "2.x",
|
|
"channel": "release-2.x"
|
|
},
|
|
{
|
|
"name": "releases/1.x",
|
|
"range": "1.x",
|
|
"channel": "release-1.x"
|
|
}
|
|
],
|
|
"tagFormat": "${version}",
|
|
"plugins": [
|
|
"@semantic-release/commit-analyzer",
|
|
"@semantic-release/release-notes-generator",
|
|
"@semantic-release/npm",
|
|
[
|
|
"@semantic-release/github",
|
|
{
|
|
"successComment": false,
|
|
"failTitle": false
|
|
}
|
|
]
|
|
]
|
|
}
|