Skip to content

Commit

Permalink
Make reno ignore bugfix eol tags
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jayofdoom and Sharpz7 committed Jan 25, 2023
1 parent a273c6f commit e1f3b71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions releasenotes/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
closed_branch_tag_re: 'r"(?!^bugfix.*-eol$).+-eol"'

0 comments on commit e1f3b71

Please sign in to comment.