fix(pipeline): add prepareCmd to exec plugin in releaserc.json for version output

Signed-off-by: 孙振宇 <>
This commit is contained in:
孙振宇 2025-02-08 11:09:26 +08:00
parent 1a52986b5b
commit c4037aa015

View File

@ -11,6 +11,12 @@
}
],
"@semantic-release/release-notes-generator",
[
"@semantic-release/exec",
{
"prepareCmd": "echo ${nextRelease.version} > VERSION"
}
],
"@semantic-release/changelog",
[
"@semantic-release/git",