Skip to content

fix(changelog): avoid duplicated lines for breaking chances

Before we were generating something like:

- topic: this is the commit message
  *BREAKING CHANGES* topic: this is the commit message

Now we generate:

- *BREAKING CHANGES* topic: this is the commit message
Edited by Laurent Peuch

Merge request reports