From: Nicki Křížek Date: Tue, 24 Sep 2024 12:04:16 +0000 (+0200) Subject: Generate changelog to stdout X-Git-Tag: v9.21.2~17^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=49128fc1;p=thirdparty%2Fbind9.git Generate changelog to stdout Since the changes aren't tracked in the single changelog.rst file, generate the changelog to stdout instead, so it can be easily redirected to the proper file. --- diff --git a/contrib/gitchangelog/changelog.rc.py b/contrib/gitchangelog/changelog.rc.py index 7f8182a5742..8ca4869607d 100644 --- a/contrib/gitchangelog/changelog.rc.py +++ b/contrib/gitchangelog/changelog.rc.py @@ -291,12 +291,7 @@ include_merge = True # r'/(?P[0-9]+\.[0-9]+(\.[0-9]+)?)\s+\([0-9]+-[0-9]{2}-[0-9]{2}\)\n--+\n/', # idx=lambda m: m.start(1) # ) -# publish = stdout -publish = FileInsertAtFirstRegexMatch( - "doc/arm/changelog.rst", - r"for changes relevant to them.\n\n", - idx=lambda m: m.end(0), -) +publish = stdout ## ``revs`` is a list of callable or a list of string