mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2024-11-14 07:08:04 +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"]
|
|
}
|
|
]
|
|
]
|
|
}
|