Packer.Images/.releaserc.json.DISABLED
Danny Bessems f1dfc83d7c
Some checks reported errors
continuous-integration/drone/push Build encountered an error
build:Revert back to cli arguments while specifying custom command
2023-05-22 09:23:44 +02:00

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"]
]
}