From 616e6d120a87f380723f8bcb5f093b08ae2b0059 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 13 Mar 2024 19:31:27 +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: I0eea3de292c5e0f57d2136064e70227c5865c8b8 --- releasenotes/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/config.yaml b/releasenotes/config.yaml index 26538010e5..ba137dc64b 100644 --- a/releasenotes/config.yaml +++ b/releasenotes/config.yaml @@ -2,4 +2,4 @@ # Ignore the kilo-eol tag because that branch does not work with reno # and contains no release notes. # Ignore bugfix tags because their releasenotes are covered under stable -closed_branch_tag_re: 'r"(?!^(kilo-|bugfix-)).+-eol$"' +closed_branch_tag_re: 'r"(?!^(kilo-|bugfix-)).+-eo[lm]$"'