]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] chg: doc: gitchangelog: don't break lines on hyphens in relnotes
authorPetr Špaček <pspacek@isc.org>
Mon, 2 Dec 2024 14:01:48 +0000 (14:01 +0000)
committerPetr Špaček <pspacek@isc.org>
Mon, 2 Dec 2024 14:01:48 +0000 (14:01 +0000)
commitad28cd1f33265b0b09f63dd33f7517753b8f4eae
tree4f63c1bd79c3fdbbd09e7cd408b965d24d41ae4a
parent9712d00cb0f7c799426cff5885a6e986522fc566
parent949110287d7150a2770e5796185d0db157150920
[9.18] chg: doc: gitchangelog: don't break lines on hyphens in relnotes

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.

Backport of MR !9801

Merge branch 'backport-nicki/gitchangelog-dont-break-on-hyphens-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!9803