From 1348985b6c4adb42a91887ae09d607660d7d1bbe Mon Sep 17 00:00:00 2001 From: Patrick Mowrer Date: Fri, 7 Sep 2018 09:23:40 -0400 Subject: [PATCH] docs: `analyzeCommits` does not accept an `Array` [Fixes #924] --- docs/usage/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/configuration.md b/docs/usage/configuration.md index f421b960..f3fe4388 100644 --- a/docs/usage/configuration.md +++ b/docs/usage/configuration.md @@ -130,7 +130,7 @@ See [Plugins configuration](plugins.md#configuration) for more details. ### analyzeCommits -Type: `Array`, `String`, `Object`
+Type: `String`, `Object`
Default: `'@semantic-release/commit-analyzer'`
CLI argument: `--analyze-commits`