20 lines
358 B
JSON
20 lines
358 B
JSON
{
|
|
"branches": [
|
|
"develop"
|
|
],
|
|
"plugins": [
|
|
"@semantic-release/commit-analyzer",
|
|
"@semantic-release/release-notes-generator",
|
|
"@semantic-release/changelog",
|
|
[
|
|
"@semantic-release/git",
|
|
{
|
|
"assets": [
|
|
"CHANGELOG.md"
|
|
],
|
|
"message": "chore(release): ${nextRelease.version}"
|
|
}
|
|
]
|
|
]
|
|
}
|