mirror of
https://github.com/will-moss/isaiah.git
synced 2024-08-22 23:27:15 +03:00
18 lines
395 B
Plaintext
18 lines
395 B
Plaintext
{
|
|
"branches": ["master"],
|
|
"tagFormat": "${version}",
|
|
"plugins": [
|
|
"@semantic-release/commit-analyzer",
|
|
"@semantic-release/release-notes-generator",
|
|
"@semantic-release/changelog",
|
|
"@semantic-release/git",
|
|
|
|
[
|
|
"@semantic-release/exec",
|
|
{
|
|
"publishCmd": "echo \"${nextRelease.notes}\" > /tmp/release-notes.md && ./scripts/release.sh"
|
|
}
|
|
]
|
|
]
|
|
}
|