Update regex to detect closed branch
... based on the change made in reno recently[1]. [1] https://review.opendev.org/c/openstack/reno/+/910547 Change-Id: If8bdb40677b30aa69ee84daa74cfa7d4cad0155b
This commit is contained in:
parent
7231dbb007
commit
e41e511ef5
@ -1,4 +1,4 @@
|
|||||||
---
|
---
|
||||||
# Ignore the kilo-eol tag because that branch does not work with reno
|
# Ignore the kilo-eol tag because that branch does not work with reno
|
||||||
# and contains no release notes.
|
# and contains no release notes.
|
||||||
closed_branch_tag_re: "(.+)(?<!kilo)-eol"
|
closed_branch_tag_re: "(.+)(?<!kilo)-eo[lm]"
|
||||||
|
Loading…
Reference in New Issue
Block a user