Files
ironic-python-agent/releasenotes/config.yaml
Jay Faulkner 6aa917d4b4 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 f8fc7e52f3)
2023-01-26 23:24:16 +00:00

3 lines
56 B
YAML

---
closed_branch_tag_re: 'r"(?!^bugfix.*-eol$).+-eol"'