ssh-deploy/.releaserc

21 lines
376 B
Plaintext
Raw Normal View History

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