We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e00e5 commit 993b6d3Copy full SHA for 993b6d3
.releaserc.json
@@ -11,8 +11,7 @@
11
[
12
"@semantic-release/exec",
13
{
14
- "prepareCmd": "./updateVersion.sh ${nextRelease.version}",
15
- "successCmd": "gulp publishNotification --update \"${nextRelease.version}\" --type \"${nextRelease.type}\" --notes \"${encodeURIComponent(nextRelease.notes)}\""
+ "prepareCmd": "./updateVersion.sh ${nextRelease.version}"
16
}
17
],
18
0 commit comments