ssh-deploy/.releaserc

21 lines
376 B
Plaintext
Raw Normal View History

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 01:23:28 +03:00
"@semantic-release/npm",
2021-05-27 23:56:27 +03:00
[
"@semantic-release/git",
{
"assets": ["docs/CHANGELOG.md"]
}
]
]
}