Skip to content

Commit

Permalink
Merge branch 'feat/templates' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rharkor committed Sep 10, 2024
2 parents 98c4a65 + e2e5270 commit 41c73b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"@semantic-release/github",
{
"successCommentCondition": "<% return issue.user.type !== 'Bot'; %>",
"successComment": ":tada: This issue has been resolved in version ${nextRelease.version} :tada:\n\nThe release is available on [GitHub release](<github_release_url>), pr creator: <% return issue.user; %>"
"successComment": ":tada: This issue has been resolved in version ${nextRelease.version} :tada:\n\nThe release is available on [GitHub release](<github_release_url>), pr creator: <% return issue.pull_request; %>"
}
],
"@semantic-release/git",
Expand Down

0 comments on commit 41c73b8

Please sign in to comment.