]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: ci: Check that generated changelog entry doesn't break docs build
authorNicki Křížek <nicki@isc.org>
Wed, 14 Aug 2024 15:25:26 +0000 (15:25 +0000)
committerNicki Křížek <nicki@isc.org>
Wed, 14 Aug 2024 15:25:26 +0000 (15:25 +0000)
Since changelog entries are now generated from MR title&description,
they aren't sanity checked during a regular docs build. If these contain
special sequences that will be interpreted by sphinx, it might result in
breakage that would have to be amended manually.

Add a CI check to test a doc build with changelog after the MR is merged
to ensure that the docs can be built when generating changelog from
pristine git contents.

Related #4847

Merge branch 'nicki/add-changelog-entry-check' into 'main'

See merge request isc-projects/bind9!9294


Trivial merge