Skip to content

Commit

Permalink
build(gulp): gulp cleanup in favor of semantic-release-notify
Browse files Browse the repository at this point in the history
  • Loading branch information
AsifNawaz-cnic committed May 7, 2024
1 parent 23e43a4 commit 6b7c2f1
Show file tree
Hide file tree
Showing 4 changed files with 883 additions and 4,083 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": "npm run prepare",
"successCmd": "gulp -f gulpfile.cjs publishNotification --update \"${nextRelease.version}\" --type \"${nextRelease.type}\" --notes \"${encodeURIComponent(nextRelease.notes)}\""
"prepareCmd": "npm run prepare"
}
],
"@semantic-release/npm",
Expand All @@ -29,6 +28,7 @@
]
}
],
"semantic-release-teams-notify-plugin",
"@semantic-release/github"
]
}
1 change: 0 additions & 1 deletion gulpfile.cjs

This file was deleted.

Loading

0 comments on commit 6b7c2f1

Please sign in to comment.