Skip to content

Commit fe341d8

Browse files
committed
chore: customize successComment
1 parent 3e64fb3 commit fe341d8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

package/package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,17 @@
109109
"branches": [
110110
"main"
111111
],
112+
"plugins": [
113+
"@semantic-release/commit-analyzer",
114+
"@semantic-release/release-notes-generator",
115+
"@semantic-release/npm",
116+
[
117+
"@semantic-release/github",
118+
{
119+
"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:"
120+
}
121+
]
122+
],
112123
"tagFormat": "${version}"
113124
},
114125
"publishConfig": {

0 commit comments

Comments
 (0)