12 lines
375 B
Plaintext
12 lines
375 B
Plaintext
|
{
|
||
|
"plugins": [
|
||
|
["@semantic-release/commit-analyzer"],
|
||
|
["@semantic-release/release-notes-generator"],
|
||
|
["@semantic-release/exec", {
|
||
|
"prepareCmd": "export SEMANTICRELEASE_NEXTRELEASEVERSION=${nextRelease.version}",
|
||
|
"publishCmd": "echo $SEMANTICRELEASE_NEXTRELEASEVERSION"
|
||
|
}],
|
||
|
["@semantic-release/git"]
|
||
|
]
|
||
|
}
|