Skip to content

Commit 668e75b

Browse files
committed
fix(release): don't add comments on issues / prs
1 parent a4547aa commit 668e75b

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.releaserc.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
2-
"branch" : "master",
3-
"repositoryUrl" : "https://github.com/digithinkit/bloomstack_core/",
4-
"plugins" : ["@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/github"]
2+
"branch": "master",
3+
"repositoryUrl": "https://github.com/digithinkit/bloomstack_core/",
4+
"plugins": [
5+
"@semantic-release/commit-analyzer",
6+
"@semantic-release/release-notes-generator",
7+
[
8+
"@semantic-release/github",
9+
{
10+
"successComment": false
11+
}
12+
]
13+
]
514
}

0 commit comments

Comments
 (0)