Danny Bessems
f1dfc83d7c
Some checks reported errors
continuous-integration/drone/push Build encountered an error
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"]
|
|
]
|
|
}
|