Skip to content

Commit

Permalink
chore: customize successComment
Browse files Browse the repository at this point in the history
  • Loading branch information
aldeed committed Jul 29, 2020
1 parent 3e64fb3 commit fe341d8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,17 @@
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
[
"@semantic-release/github",
{
"successComment": ":tada: This ${issue.pull_request ? 'PR' : 'issue'} is included in version ${nextRelease.version} :tada:\n\nThe release is available on:\n- [npm package (@latest dist-tag)](https://www.npmjs.com/package/simpl-schema/v/${nextRelease.version})\n- [GitHub release](https://github.com/aldeed/simpl-schema/releases/tag/${nextRelease.version})\n\nIf this makes you happy, please consider [becoming a sponsor](https://github.com/sponsors/aldeed).\n\nYour **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:"
}
]
],
"tagFormat": "${version}"
},
"publishConfig": {
Expand Down

0 comments on commit fe341d8

Please sign in to comment.