From: Nicki Křížek Date: Fri, 24 Jan 2025 18:10:32 +0000 (+0000) Subject: chg: ci: Ensure changelog job builds docs with the new entry X-Git-Tag: v9.21.5~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9db917752d608a02d4c0e1751742c5124fe0b28;p=thirdparty%2Fbind9.git chg: ci: Ensure changelog job builds docs with the new entry The changelog job is supposed to test that the text from GitLab MR title&description is valid rst syntax and can be built with sphinx. In 49128fc1, the way gitchangelog generates entries was changed - it no longer writes to the changelog file, but generates output on stdout instead. Ensure the generated notes is actually written to (some) rendered file which is part of the docs so that the subsequent sphinx build attempts to render the note. Merge branch 'nicki/ci-fix-changelog-job' into 'main' See merge request isc-projects/bind9!9804 --- b9db917752d608a02d4c0e1751742c5124fe0b28