24 lines
526 B
JSON
24 lines
526 B
JSON
|
|
{
|
||
|
|
"branches": ["master"],
|
||
|
|
"plugins": [
|
||
|
|
[
|
||
|
|
"@semantic-release/commit-analyzer",
|
||
|
|
{
|
||
|
|
"preset": "angular",
|
||
|
|
"parserOpts": {
|
||
|
|
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"@semantic-release/release-notes-generator",
|
||
|
|
"@semantic-release/changelog",
|
||
|
|
[
|
||
|
|
"@semantic-release/git",
|
||
|
|
{
|
||
|
|
"assets": ["VERSION", "CHANGELOG.md"],
|
||
|
|
"message": "chore(release): bump version and upload release assets [ci skip]"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
]
|
||
|
|
}
|