]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] chg: ci: Add newline for changelog CI job
authorNicki Křížek <nicki@isc.org>
Tue, 24 Jun 2025 15:41:44 +0000 (17:41 +0200)
committerNicki Křížek <nicki@isc.org>
Tue, 24 Jun 2025 15:41:44 +0000 (17:41 +0200)
commitd7e6caa9acccd73046e928e79b60228a3b5055c5
tree0e5d04bfffb76f76fe6f9353d82e042fced2c759
parentc913b914c435fe583a345fc140686ebc9536a762
parent496c09e391ec720abd158304e593abdf5fa1d50b
[9.18] chg: ci: Add newline for changelog CI job

In case the changelog file doesn't have an empty line at the end of the
file, the job may fail with the following error:

WARNING: Bullet list ends without a blank line; unexpected unindent.

This typically happens in MRs targeting the -S edition, as those
changelogs usually don't have an empty newline. This change ensures the
changelog job can pass and verify the title/desc contents even in those
cases.

Backport of MR !10628

Merge branch 'backport-nicki/ci-changelog-add-missing-newline-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!10633