docs: mention default analyzeCommits plugin

This commit is contained in:
Pierre Vanduynslager 2018-11-12 14:55:16 -05:00
parent 8e564ebc9d
commit 83af7acf69

View File

@ -15,6 +15,8 @@ A plugin is a npm module that can implement one or more of the following steps:
| `success` | Yes | No | Responsible for notifying of a new release. |
| `fail` | Yes | No | Responsible for notifying of a failed release. |
**Note:** If no plugin with a `analyzeCommits` step is defined `@semantic-release/commit-analyzer` will be used.
See [available plugins](../extending/plugins-list.md).
## Plugins configuration