Skip to content

Commit 993b6d3

Browse files
build(.releaserc.json): cleanup of successCmd for gulp notifications
1 parent d6e00e5 commit 993b6d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.releaserc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
[
1212
"@semantic-release/exec",
1313
{
14-
"prepareCmd": "./updateVersion.sh ${nextRelease.version}",
15-
"successCmd": "gulp publishNotification --update \"${nextRelease.version}\" --type \"${nextRelease.type}\" --notes \"${encodeURIComponent(nextRelease.notes)}\""
14+
"prepareCmd": "./updateVersion.sh ${nextRelease.version}"
1615
}
1716
],
1817
[

0 commit comments

Comments
 (0)