diff --git a/.releaserc.json b/.releaserc.json index 8ae5d91..396647b 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -10,7 +10,7 @@ [ "@semantic-release/github", { - "successComment": "This ${issue.pull_request ? 'PR is included' : 'issue has been resolved'} in version ${releaseInfos.length > 0 ? `[${nextRelease.version}](${releaseInfos[0].url})` : `${nextRelease.version}`} :tada:", + "successComment": "This ${issue.pull_request ? 'PR is included' : 'issue has been resolved'} in version [${nextRelease.version}]() :tada:", "labels": false, "releasedLabels": false } @@ -19,7 +19,7 @@ "@semantic-release/changelog", { "changelogFile": "CHANGELOG.md", - "changelogTitle": "# Changelog\n\nAll notable changes to this project will be documented in this file" + "changelogTitle": "# Changelog\n\nAll notable changes to this project will be documented in this file." } ], [