Skip to content

Commit

Permalink
fix: Revert small useless change in main.tf (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbabenko authored Nov 8, 2021
1 parent d3f2ab5 commit 40c146a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}](<github_release_url>) :tada:",
"labels": false,
"releasedLabels": false
}
Expand All @@ -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."
}
],
[
Expand Down

0 comments on commit 40c146a

Please sign in to comment.