2022-08-13 21:13:10 +02:00
|
|
|
{
|
2023-02-10 13:39:14 +01:00
|
|
|
"branches": [
|
|
|
|
"main"
|
|
|
|
],
|
2022-08-13 21:13:10 +02:00
|
|
|
"plugins": [
|
|
|
|
[
|
|
|
|
"@semantic-release/commit-analyzer",
|
|
|
|
{
|
2022-08-27 23:26:50 +02:00
|
|
|
"preset": "conventionalcommits",
|
|
|
|
"parserOpts": {
|
|
|
|
"noteKeywords": [
|
|
|
|
"BREAKING CHANGE",
|
|
|
|
"BREAKING CHANGES"
|
|
|
|
]
|
|
|
|
}
|
2022-08-13 21:13:10 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
[
|
|
|
|
"@semantic-release/release-notes-generator",
|
|
|
|
{
|
|
|
|
"preset": "conventionalcommits"
|
|
|
|
}
|
|
|
|
],
|
2022-08-27 23:26:50 +02:00
|
|
|
[
|
|
|
|
"@semantic-release/changelog",
|
|
|
|
{
|
|
|
|
"changelogFile": "CHANGELOG.md"
|
|
|
|
}
|
|
|
|
],
|
2022-08-13 21:13:10 +02:00
|
|
|
"@semantic-release/npm",
|
2022-08-27 23:26:50 +02:00
|
|
|
"@semantic-release/git",
|
2022-08-13 21:13:10 +02:00
|
|
|
"@semantic-release/github"
|
|
|
|
]
|
|
|
|
}
|