ssh-deploy/.releaserc

21 lines
376 B
Text
Raw Normal View History

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