diff --git a/contrib/gitchangelog/changelog.rc.py b/contrib/gitchangelog/changelog.rc.py index 7f8182a574..8ca4869607 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