This repository has been archived on 2025-07-26. You can view files and clone it, but cannot push or open issues or pull requests.
Files
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"]
]
}