Skip to content

Commit

Permalink
fix: it's a successComment instead of message
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedRaslan committed Nov 24, 2024
1 parent 06f54ec commit 86a63cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ module.exports = {
'@semantic-release/git',
{
assets: ['dist/*.js', 'dist/*.js.map'],
message: ({ nextRelease }) =>
`chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}`
successComment: ({ nextRelease }) =>
`:tada: This issue has been resolved in version ${nextRelease.version} :tada:\n\nThe release is available on [GitHub release](<github_release_url>)`
}
],
'@semantic-release/github'
Expand Down

0 comments on commit 86a63cd

Please sign in to comment.