docs(configuration): fix CLI usage with --branches option (#1465)

This commit is contained in:
Raphaël Huchet 2020-02-17 19:05:33 +01:00 committed by GitHub
parent 5f89e6bfc0
commit ec516a34bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ The following three examples are the same.
- Via CLI argument: - Via CLI argument:
```bash ```bash
$ semantic-release --branch next $ semantic-release --branches next
``` ```
**Note**: CLI arguments take precedence over options configured in the configuration file. **Note**: CLI arguments take precedence over options configured in the configuration file.