Skip to content

Commit

Permalink
chore: correct slack message for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Baliasnikov committed May 31, 2023
1 parent 525af73 commit 4812016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ plugins:
markdownReleaseNotes: true,
onSuccessTemplate:
{text: "A new version of `$package_name` successfully released!\n
Version: `$npm_package_version`\n
Tag: $repo_url/releases/tag/$npm_package_version\n
Version: `v$npm_package_version`\n
Tag: $repo_url/releases/tag/v$npm_package_version\n
\n
Release notes:\n
$release_notes"},
Expand Down

0 comments on commit 4812016

Please sign in to comment.