diff --git a/README.md b/README.md index 4af39843be..0bdc3e27ba 100644 --- a/README.md +++ b/README.md @@ -505,6 +505,8 @@ filter_unconventional = false #### split_commits +> This flag violates "conventional commits". It should remain off by default if conventional commits is to be respected. + If set to `true`, each line of a commit is processed individually, as if it were its own commit message. This may cause a commit to appear multiple times in a changelog, once for each match.