2025-02-07 07:18:40 +00:00
|
|
|
{
|
|
|
|
|
"branches": ["master"],
|
|
|
|
|
"plugins": [
|
|
|
|
|
[
|
|
|
|
|
"@semantic-release/commit-analyzer",
|
|
|
|
|
{
|
|
|
|
|
"preset": "angular",
|
|
|
|
|
"parserOpts": {
|
|
|
|
|
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"@semantic-release/release-notes-generator",
|
2025-02-08 03:09:26 +00:00
|
|
|
[
|
|
|
|
|
"@semantic-release/exec",
|
|
|
|
|
{
|
|
|
|
|
"prepareCmd": "echo ${nextRelease.version} > VERSION"
|
|
|
|
|
}
|
|
|
|
|
],
|
2025-02-07 07:18:40 +00:00
|
|
|
"@semantic-release/changelog",
|
|
|
|
|
[
|
|
|
|
|
"@semantic-release/git",
|
|
|
|
|
{
|
|
|
|
|
"assets": ["VERSION", "CHANGELOG.md"],
|
|
|
|
|
"message": "chore(release): bump version and upload release assets [ci skip]"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
]
|
|
|
|
|
}
|