]> git.ipfire.org Git - thirdparty/bind9.git/commit
Check that generated changelog entry doesn't break docs build
authorNicki Křížek <nicki@isc.org>
Mon, 12 Aug 2024 12:51:31 +0000 (14:51 +0200)
committerNicki Křížek <nicki@isc.org>
Wed, 14 Aug 2024 15:43:39 +0000 (15:43 +0000)
commit429299cbe09ddf3d7dc6d0862f6e325d200d6b02
treeb41e5e7403982740f59e3d24f4eabefe42839280
parent7b428c681acf7080755e9352963397f9d300f5eb
Check that generated changelog entry doesn't break docs build

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.

(cherry picked from commit bf69e8f149d539e4a5d21638c77c1b9a2d29347d)
.gitlab-ci.yml