Skip to content

Commit

Permalink
fix: test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Baliasnikov committed Nov 14, 2023
1 parent 8b2429d commit ad52ba9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,13 @@ plugins:
notifyOnFail: true,
markdownReleaseNotes: true,
onSuccessTemplate:
{text: "A new version of `$package_name` successfully released!\n
{
text: "A new version of `$package_name` successfully released!\n
Version: `v$npm_package_version`\n
Tag: $repo_url/releases/tag/v$npm_package_version\n
\n
Release notes:\n
$release_notes"},
$release_notes"
},
},
]

0 comments on commit ad52ba9

Please sign in to comment.