]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: doc: Make empty changelog fatal error
authorMichal Nowak <mnowak@isc.org>
Wed, 25 Jun 2025 12:06:36 +0000 (14:06 +0200)
committerMichal Nowak <mnowak@isc.org>
Wed, 25 Jun 2025 12:06:36 +0000 (14:06 +0200)
The prep_doc_mr.py script of the bind9-qa repo needs a way to know that
gitchangelog.py did not produce entries. In the case of release notes,
it dies with "No commits matching given revlist". For changelog entries
it used to warn about "Empty changelog", but did not return non-zero
exit code.

Merge branch 'mnowak/make-empty-changelog-fatal' into 'main'

See merge request isc-projects/bind9!10591


Trivial merge