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: I9a22fea720fcf92080803ccd83d4a88ea1c81258
This commit is contained in:
Takashi Kajinami 2024-03-13 19:30:28 +09:00
parent 30a1ca1137
commit 8892f32a2c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
---
branch_name_re: '^stable/\w+$'
release_tag_re: '((?:[\d.ab]|rc)+)'
closed_branch_tag_re: '^(\w+)-eol$'
closed_branch_tag_re: '^(\w+)-eo[lm]$'