From bffa88acb86eccc4dc1c9d1dd77c376c7d8832e1 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 13 Mar 2024 19:40:40 +0900 Subject: [PATCH] Update regex to detect closed branch ... based on the change made in reno recently[1]. Also the overall regex is updated to be more consistent with the regex used in ironic. [1] https://review.opendev.org/c/openstack/reno/+/910547 Change-Id: I362de82fb5478b846df7a343da02a359f5f7dece --- releasenotes/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/config.yaml b/releasenotes/config.yaml index 3230b6810..c1862696b 100644 --- a/releasenotes/config.yaml +++ b/releasenotes/config.yaml @@ -1,2 +1,2 @@ --- -closed_branch_tag_re: 'r"(?!^bugfix.*-eol$).+-eol"' +closed_branch_tag_re: 'r"(?!^(bugfix-)).+-eo[lm]"'