Skip to content

Commit

Permalink
fix: github release success comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ruscon committed Sep 13, 2023
1 parent af8d9a9 commit 3fe6676
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const resolvePlugins = (

if (options.github) {
defaultPlugins.push(['@semantic-release/github', {
successComment: ":tada: This ${issue.pull_request ? 'pull request has been included in' : 'issue has been resolved in'} **[release ${nextRelease.gitTag}](../releases/tag/${nextRelease.gitTag})**!\\n\\n_Automatically generated by [semantic-release](https://github.com/semantic-release/semantic-release)._",
successComment: ":tada: This ${issue.pull_request ? 'pull request has been included in' : 'issue has been resolved in'} the **[${nextRelease.gitTag}](../releases/tag/${nextRelease.gitTag})** release.\n\n_Automatically generated by [semantic-release](https://github.com/semantic-release/semantic-release).",
}]);
}

Expand Down

0 comments on commit 3fe6676

Please sign in to comment.