b63d15ccdb
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: I568b14097cd46d4d7d365ff894ef5cd29edd1e3a
6 lines
230 B
YAML
6 lines
230 B
YAML
---
|
|
# Ignore the kilo-eol tag because that branch does not work with reno
|
|
# and contains no release notes.
|
|
# Ignore bugfix tags because their releasenotes are covered under stabl
|
|
closed_branch_tag_re: "(?!^(kilo|bugfix-)).+-eol$"
|