Skip to content

Commit 07cb038

Browse files
authoredJun 14, 2023
Merge pull request #383 from code-hike/chage-release-message
Add new release message
2 parents 26564f8 + d0587aa commit 07cb038

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,12 @@
2828
"auto": {
2929
"plugins": [
3030
"npm",
31-
"released"
31+
[
32+
"released",
33+
{
34+
"message": "Released in %VERSION :rocket: \n\nThanks for using Code Hike! **[Become a sponsor](https://github.com/sponsors/code-hike?metadata_source=%TYPE)** and help us keep innovating."
35+
}
36+
]
3237
],
3338
"onlyPublishWithReleaseLabel": true
3439
}

0 commit comments

Comments
 (0)
Please sign in to comment.