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:
parent
30a1ca1137
commit
8892f32a2c
@ -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]$'
|
||||
|
Loading…
Reference in New Issue
Block a user