Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit dbff8aa

Browse files
build(releaserc.json and package.json): deprecated gulp release notification plugin in favour of semantic release notify plugin
1 parent 1e97cfe commit dbff8aa

File tree

4 files changed

+825
-1133
lines changed

4 files changed

+825
-1133
lines changed

.releaserc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"@semantic-release/exec",
1313
{
1414
"prepareCmd": "./scripts/podchecker.sh && ./updateVersion.sh ${nextRelease.version} && ./scripts/rebuild.sh && ./scripts/buildrelease.sh ${nextRelease.version}",
15-
"publishCmd": "./scripts/upload.sh ${nextRelease.version}",
16-
"successCmd": "gulp publishNotification --update \"${nextRelease.version}\" --type \"${nextRelease.type}\" --notes \"${encodeURIComponent(nextRelease.notes)}\""
15+
"publishCmd": "./scripts/upload.sh ${nextRelease.version}"
1716
}
1817
],
1918
[
@@ -29,6 +28,7 @@
2928
]
3029
}
3130
],
31+
"semantic-release-teams-notify-plugin",
3232
[
3333
"@semantic-release/github",
3434
{

gulpfile.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)