From fbe22b23bc3f1c89822e17417747378c9449ebeb Mon Sep 17 00:00:00 2001 From: Jay Faulkner Date: Thu, 26 Jan 2023 15:36:14 -0800 Subject: [PATCH] Move and fix reno config for releasenotes job In its current place, reno config changes will not cause build-openstack-releasenotes job to run, which means changes can land to that config without being tested. Yikes! Also fixes error in regexp which was preventing this from actually fixing the build-openstack-releasenotes job. Change-Id: I4d46ba06ada1afb5fd1c63db5850a1983e502a6c --- reno.yaml => releasenotes/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename reno.yaml => releasenotes/config.yaml (72%) diff --git a/reno.yaml b/releasenotes/config.yaml similarity index 72% rename from reno.yaml rename to releasenotes/config.yaml index 3265dd3327..26538010e5 100644 --- a/reno.yaml +++ b/releasenotes/config.yaml @@ -1,5 +1,5 @@ --- # 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 stabl -closed_branch_tag_re: "(?!^(kilo|bugfix-)).+-eol$" +# Ignore bugfix tags because their releasenotes are covered under stable +closed_branch_tag_re: 'r"(?!^(kilo-|bugfix-)).+-eol$"'