summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorJay Faulkner <jay@jvf.cc>2023-01-26 15:36:14 -0800
committerJay Faulkner <jay@jvf.cc>2023-01-26 15:52:27 -0800
commitfbe22b23bc3f1c89822e17417747378c9449ebeb (patch)
tree4f30472fe997db12e6f61164e5915320a16e9771 /releasenotes
parente9fc8927a41c11ce2ab78ad1675c3b8ce8a3b50b (diff)
downloadironic-fbe22b23bc3f1c89822e17417747378c9449ebeb.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/config.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/config.yaml b/releasenotes/config.yaml
new file mode 100644
index 000000000..26538010e
--- /dev/null
+++ b/releasenotes/config.yaml
@@ -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$"'