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: Ibd1db024b9d7ab03aec083675465c6c24229a805
This commit is contained in:
parent
945c76de1d
commit
93352b6994
@ -1,2 +1,2 @@
|
||||
---
|
||||
closed_branch_tag_re: 'r"(?!^bugfix.*-eol$).+-eol"'
|
||||
closed_branch_tag_re: 'r"(?!^(bugfix-)).+-eo[lm]"'
|
||||
|
Loading…
Reference in New Issue
Block a user