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:
Takashi Kajinami 2024-03-13 19:25:18 +09:00
parent be825dfda8
commit 1f73912ecc

View File

@ -1,3 +1,3 @@
--- ---
# Ignore the kilo-eol tag because that branch does not work with reno. # 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]"