Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

Commit 3a28557

Browse files
committed
ci(release): do not comment on issues
This triggers the rate limit. See semantic-release/semantic-release#2204
1 parent cae0552 commit 3a28557

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,19 @@
3939
"branches": [
4040
"saga"
4141
],
42-
"remoteTags": true
42+
"remoteTags": true,
43+
"plugins": [
44+
"@semantic-release/commit-analyzer",
45+
"@semantic-release/release-notes-generator",
46+
"@semantic-release/npm",
47+
[
48+
"@semantic-release/github",
49+
{
50+
"successComment": false,
51+
"failTitle": false
52+
}
53+
]
54+
]
4355
},
4456
"publishConfig": {
4557
"access": "public"

0 commit comments

Comments
 (0)