Skip to content

Commit

Permalink
docs(readme): add warning about split_commits flag
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Aug 12, 2022
1 parent 704deb0 commit 71b581a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 71b581a

Please sign in to comment.