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: Ia718d8e92ed75c368d2f2da3aa0b5b865098b7ce
This commit is contained in:
parent
be825dfda8
commit
1f73912ecc
@ -1,3 +1,3 @@
|
||||
---
|
||||
# Ignore the kilo-eol tag because that branch does not work with reno.
|
||||
closed_branch_tag_re: "(.+)(?<!kilo)-eol"
|
||||
closed_branch_tag_re: "(.+)(?<!kilo)-eo[lm]"
|
||||
|
Loading…
x
Reference in New Issue
Block a user