Skip to content

Commit

Permalink
build(releaserc.json and package.json): deprecated gulp release notif…
Browse files Browse the repository at this point in the history
…ication plugin in favour of semantic release notify plugin
  • Loading branch information
AsifNawaz-cnic committed Apr 29, 2024
1 parent 9419389 commit 70e3c9c
Show file tree
Hide file tree
Showing 4 changed files with 824 additions and 1,139 deletions.
4 changes: 2 additions & 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} ${options.branch}",
"successCmd": "gulp publishNotification --update \"${nextRelease.version}\" --type \"${nextRelease.type}\" --notes \"${encodeURIComponent(nextRelease.notes)}\""
"prepareCmd": "./updateVersion.sh ${nextRelease.version} ${options.branch}"
}
],
[
Expand All @@ -26,6 +25,7 @@
]
}
],
"semantic-release-teams-notify-plugin",
"@semantic-release/github"
]
}
1 change: 0 additions & 1 deletion gulpfile.js

This file was deleted.

Loading

0 comments on commit 70e3c9c

Please sign in to comment.