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

12 lines
375 B
Plaintext
Raw Normal View History

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