Update regex to detect closed branch

... based on the change made in reno recently[1].

Also the overall regex is updated to be more consistent with the regex
used in ironic.

[1] https://review.opendev.org/c/openstack/reno/+/910547

Change-Id: I362de82fb5478b846df7a343da02a359f5f7dece
This commit is contained in:
Takashi Kajinami 2024-03-13 19:40:40 +09:00
parent c3e3cf2aef
commit bffa88acb8

View File

@ -1,2 +1,2 @@
---
closed_branch_tag_re: 'r"(?!^bugfix.*-eol$).+-eol"'
closed_branch_tag_re: 'r"(?!^(bugfix-)).+-eo[lm]"'