Pierre Vanduynslager 9788fcad4e feat: use @semantic-release/github as default for success and fail hooks
BREAKING CHANGE: `success` and `fail` hooks are now enabled by default

In order to disable the `@semantic-release/github` plugin for the `success` and `fail` hook, the corresponding options have to be set to `false` in the **semantic-release** configuration:

```json
{
  "release": {
    "success": false,
    "fail": false
  }
}
```

Users who do not use the `@semantic-release/github` plugin, should disable it in the `success` and `fail` by setting the corresponding options to `false` or to alternative plugin providing `success` and `fail` hooks.
2018-02-13 16:33:37 -05:00
..
2018-02-11 22:17:12 -05:00
2018-02-10 23:38:12 -05:00
2018-02-09 18:43:56 -05:00
2018-01-05 16:05:30 -05:00

semantic-release documentation

  • Usage - semantic-release installation and configuration
  • Extending- Extending semantic-release with plugins and shareable configurations
  • Recipes - Community written recipes for common semantic-release use-cases
  • Developer Guide - The essentials of writing a semantic-release plugin or shareable configurations
  • Resources - Videos, articles and tutorials
  • Support - FAQ and troubleshooting