Skip to content

Commit 0d1cbe1

Browse files
authoredFeb 24, 2025
chore: don't add release comments for next branch (renovatebot#34439)
1 parent 1472fcc commit 0d1cbe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.releaserc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@semantic-release/github",
77
{
88
"releasedLabels": false,
9-
"successCommentCondition": "<% return issue.user.type !== 'Bot'; %>",
9+
"successCommentCondition": "<% return branch.channel !== 'next' && issue.user.type !== 'Bot'; %>",
1010
"assets": [
1111
{
1212
"path": "tmp/docs.tgz",

0 commit comments

Comments
 (0)
Please sign in to comment.