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: Ie38448c4df404514fc9c65b5a5b48be929b13cc5
This commit is contained in:
Takashi Kajinami 2024-03-13 19:27:16 +09:00
parent 5a97b7d847
commit 29fc86390c

View File

@ -1,4 +1,4 @@
---
# Ignore the kilo-eol tag because that branch does not work with reno
# and contains no release notes.
closed_branch_tag_re: "(.+)(?<!kilo)-eol"
closed_branch_tag_re: "(.+)(?<!kilo)-eo[lm]"