From 83af7acf690e7506b325499a997fe08a23259f06 Mon Sep 17 00:00:00 2001 From: Pierre Vanduynslager Date: Mon, 12 Nov 2018 14:55:16 -0500 Subject: [PATCH] docs: mention default `analyzeCommits` plugin --- docs/usage/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/usage/plugins.md b/docs/usage/plugins.md index beaf19501a..21668b2e2f 100644 --- a/docs/usage/plugins.md +++ b/docs/usage/plugins.md @@ -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