]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: doc: gitchangelog: don't break lines on hyphens in relnotes
authorPetr Špaček <pspacek@isc.org>
Mon, 2 Dec 2024 13:53:38 +0000 (13:53 +0000)
committerPetr Špaček <pspacek@isc.org>
Mon, 2 Dec 2024 13:53:38 +0000 (13:53 +0000)
commit8e1e24e127d48f2bf9eded5bfa08da2b53bd6973
treef3fca042b28ccd507c594613b3616d85da819977
parentcd312298ea55431bd0bd0737d0133e4bf4b5beae
parent9b0d0c017315c0850cde5df95609d1d0982c784f
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.

Merge branch 'nicki/gitchangelog-dont-break-on-hyphens' into 'main'

See merge request isc-projects/bind9!9801