diff --git a/.releaserc.json b/.releaserc.json index 4c7deb6d..0eaae3ec 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -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}" } ], [