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: I0eea3de292c5e0f57d2136064e70227c5865c8b8
This commit is contained in:
Takashi Kajinami 2024-03-13 19:31:27 +09:00
parent 2f3448a421
commit 616e6d120a
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
# Ignore the kilo-eol tag because that branch does not work with reno
# and contains no release notes.
# Ignore bugfix tags because their releasenotes are covered under stable
closed_branch_tag_re: 'r"(?!^(kilo-|bugfix-)).+-eol$"'
closed_branch_tag_re: 'r"(?!^(kilo-|bugfix-)).+-eo[lm]$"'