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: I2f8c80bd2aac2d00616ac2a2789a7da303d29656
(cherry picked from commit e1f3b71a39)
This commit is contained in:
Jay Faulkner 2023-01-25 13:22:33 -08:00
parent 8d8293dc21
commit 9fef41df61
1 changed files with 2 additions and 0 deletions

2
releasenotes/config.yaml Normal file
View File

@ -0,0 +1,2 @@
---
closed_branch_tag_re: 'r"(?!^bugfix.*-eol$).+-eol"'