mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-15 20:57:57 -04:00
Omit MR link from release notes
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 993ba7cc7f)
This commit is contained in:
parent
9358ce1434
commit
fd60b52366
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue