From d19a641627498ac27521c5e99e33aac35a22e61f Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Sat, 12 May 2018 16:00:57 -0400 Subject: [PATCH] Disable semantic-release success actions The default is to comment on every issue which made it into the release. Possibly convenient, definitely spammy. See https://github.com/semantic-release/semantic-release/blob/caribou/docs/usage/plugins.md#success-plugin and https://github.com/semantic-release/github --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 34af521a..8b64cf94 100644 --- a/package.json +++ b/package.json @@ -88,6 +88,7 @@ "test" ], "release": { - "branch": "production" + "branch": "production", + "success": [] } }