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.

Co-Authored-By: Adam McArthur <adam@mcaq.me>
Change-Id: I4d46ba06ada1afb5fd1c63db5850a1983e502a6c
(cherry picked from commit fbe22b23bc)
This commit is contained in:
Jay Faulkner 2023-01-26 15:36:14 -08:00
parent eee024da65
commit 54d8711530
2 changed files with 5 additions and 4 deletions

5
releasenotes/config.yaml Normal file
View File

@ -0,0 +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 stable
closed_branch_tag_re: 'r"(?!^(kilo-|bugfix-)).+-eol$"'

View File

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