From ec516a34bf18ea529cc8f1a603d7568702929543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Huchet?= Date: Mon, 17 Feb 2020 19:05:33 +0100 Subject: [PATCH] docs(configuration): fix CLI usage with --branches option (#1465) --- 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 4c9ff1e898..d21c93fbe4 100644 --- a/docs/usage/configuration.md +++ b/docs/usage/configuration.md @@ -38,7 +38,7 @@ The following three examples are the same. - Via CLI argument: ```bash -$ semantic-release --branch next +$ semantic-release --branches next ``` **Note**: CLI arguments take precedence over options configured in the configuration file.