mirror of
https://github.com/easingthemes/ssh-deploy
synced 2025-01-15 12:20:58 +00:00
20 lines
347 B
Plaintext
20 lines
347 B
Plaintext
|
{
|
||
|
"branches": ["main"],
|
||
|
"plugins": [
|
||
|
"@semantic-release/commit-analyzer",
|
||
|
"@semantic-release/release-notes-generator",
|
||
|
[
|
||
|
"@semantic-release/changelog",
|
||
|
{
|
||
|
"changelogFile": "docs/CHANGELOG.md"
|
||
|
}
|
||
|
],
|
||
|
[
|
||
|
"@semantic-release/git",
|
||
|
{
|
||
|
"assets": ["docs/CHANGELOG.md"]
|
||
|
}
|
||
|
]
|
||
|
]
|
||
|
}
|