Skip to content

Commit 9619ceb

Browse files
jayofdoomSharpz7
andcommitted
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 <[email protected]> Change-Id: I265969ab40a98a02962c2fc8460b6519ab576f99 (cherry picked from commit f8fc7e5)
1 parent 4d9ae81 commit 9619ceb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

releasenotes/config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
closed_branch_tag_re: 'r"(?!^bugfix.*-eol$).+-eol"'

0 commit comments

Comments
 (0)