2021-05-27 23:56:27 +03:00
|
|
|
{
|
|
|
|
"branches": ["main"],
|
|
|
|
"plugins": [
|
|
|
|
"@semantic-release/commit-analyzer",
|
|
|
|
"@semantic-release/release-notes-generator",
|
|
|
|
[
|
|
|
|
"@semantic-release/changelog",
|
|
|
|
{
|
|
|
|
"changelogFile": "docs/CHANGELOG.md"
|
|
|
|
}
|
|
|
|
],
|
2021-05-28 00:06:40 +03:00
|
|
|
"@semantic-release/npm",
|
2021-05-27 23:56:27 +03:00
|
|
|
[
|
|
|
|
"@semantic-release/git",
|
|
|
|
{
|
|
|
|
"assets": ["docs/CHANGELOG.md"]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|