Skip to content

chg: doc: gitchangelog: don't break lines on hyphens in relnotes

Nicki Křížek requested to merge nicki/gitchangelog-dont-break-on-hyphens into main

When release notes are generated, the text is wrapped and line breaks are inserted into each paragraph (sourced from the commit message's body). Prevent line breaks after hyphens, as these are often used for option names. This makes it possible to easily find the options afterwards.

Merge request reports