fix(pipeline): add prepareCmd to exec plugin in releaserc.json for version output
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
1a52986b5b
commit
c4037aa015
@ -11,6 +11,12 @@
|
||||
}
|
||||
],
|
||||
"@semantic-release/release-notes-generator",
|
||||
[
|
||||
"@semantic-release/exec",
|
||||
{
|
||||
"prepareCmd": "echo ${nextRelease.version} > VERSION"
|
||||
}
|
||||
],
|
||||
"@semantic-release/changelog",
|
||||
[
|
||||
"@semantic-release/git",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user