]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Omit MR link from release notes
authorNicki Křížek <nicki@isc.org>
Tue, 13 Aug 2024 15:28:50 +0000 (17:28 +0200)
committerNicki Křížek <nicki@isc.org>
Tue, 20 Aug 2024 11:51:47 +0000 (11:51 +0000)
When manually handling the release notes (due to rst markup, fixups
etc.), the different MR number for backports causes needless friction.
Remove the reference from release notes and keep it only in changelog
which isn't manually redacted.

(cherry picked from commit 993ba7cc7fb45d5b58c26ac95dc8e881477d10f1)

contrib/gitchangelog/relnotes.rc.py

index 8430c7f70c3effd03b13b87b41380f814a6b6bd4..b2dae3a7107c5bc750c48e1cb0d10fe0cfd4a0d7 100644 (file)
@@ -46,7 +46,7 @@ body_process = (
         r" :gl:`\3`",
     )
     | ReSub(r"\n*Merge branch '[^']+' into [^\n]+", r"")
-    | ReSub(r"\n*See merge request isc-projects/bind9(!\d+)", r" :gl:`\1`")
+    | ReSub(r"\n*See merge request isc-projects/bind9(!\d+)", r"")
     | Wrap(regexp="\n\n", separator="\n\n")
     | strip
 )