Browse Source

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
pull/1139/head
Julian Simioni 7 years ago
parent
commit
d19a641627
No known key found for this signature in database
GPG Key ID: B9EEB0C6EE0910A1
  1. 3
      package.json

3
package.json

@ -88,6 +88,7 @@
"test"
],
"release": {
"branch": "production"
"branch": "production",
"success": []
}
}

Loading…
Cancel
Save