summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Faulkner <jay@jvf.cc>2023-01-25 13:18:01 -0800
committerJay Faulkner <jay@jvf.cc>2023-01-26 23:24:40 +0000
commit9619ceb46f31892ffdbb5273189089fdf3cb9341 (patch)
tree7053fea70cb7c8dcdd02248b8e94b7bafabcf5e8
parent4d9ae818a4c4a93289270dc6e6bf4793d8988669 (diff)
downloadironic-python-agent-9619ceb46f31892ffdbb5273189089fdf3cb9341.tar.gz
Make reno ignore bugfix eol tags
Reno was assuming all tags ending in -eol represented an old, EOL'd stable branch. That's not true for Ironic projects which have bugfix branches. Update the regexp to exclude those branches. Co-Authored-By: Adam McArthur <adam@mcaq.me> Change-Id: I265969ab40a98a02962c2fc8460b6519ab576f99 (cherry picked from commit f8fc7e52f36de5c3515e60f5d2e6347a538a80d8)
-rw-r--r--releasenotes/config.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/releasenotes/config.yaml b/releasenotes/config.yaml
new file mode 100644
index 00000000..3230b681
--- /dev/null
+++ b/releasenotes/config.yaml
@@ -0,0 +1,2 @@
+---
+closed_branch_tag_re: 'r"(?!^bugfix.*-eol$).+-eol"'