From 8892f32a2cd28211acaf0f6d5cfc53b300ab38d3 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 13 Mar 2024 19:30:28 +0900 Subject: [PATCH] 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 --- releasenotes/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/config.yaml b/releasenotes/config.yaml index 225dc0ea03..d72ed66ba6 100644 --- a/releasenotes/config.yaml +++ b/releasenotes/config.yaml @@ -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]$'