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:
Takashi Kajinami 2024-03-13 19:27:59 +09:00
parent 7231dbb007
commit e41e511ef5
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
---
# Ignore the kilo-eol tag because that branch does not work with reno
# and contains no release notes.
closed_branch_tag_re: "(.+)(?<!kilo)-eol"
closed_branch_tag_re: "(.+)(?<!kilo)-eo[lm]"