Skip to content

Commit

Permalink
build(.releaserc.json): cleanup of successCmd for gulp notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
AsifNawaz-cnic committed Apr 29, 2024
1 parent d6e00e5 commit 993b6d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "./updateVersion.sh ${nextRelease.version}",
"successCmd": "gulp publishNotification --update \"${nextRelease.version}\" --type \"${nextRelease.type}\" --notes \"${encodeURIComponent(nextRelease.notes)}\""
"prepareCmd": "./updateVersion.sh ${nextRelease.version}"
}
],
[
Expand Down

0 comments on commit 993b6d3

Please sign in to comment.