e1f3b71a39
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
3 lines
56 B
YAML
3 lines
56 B
YAML
---
|
|
closed_branch_tag_re: 'r"(?!^bugfix.*-eol$).+-eol"'
|