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
This commit is contained in:
1 changed files with 2 additions and 0 deletions
2
releasenotes/config.yaml
Normal file
2
releasenotes/config.yaml
Normal file
@@ -0,0 +1,2 @@
---
closed_branch_tag_re:'r"(?!^bugfix.*-eol$).+-eol"'
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.