summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--reno.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/reno.yaml b/reno.yaml
index dd0aac790..3265dd332 100644
--- a/reno.yaml
+++ b/reno.yaml
@@ -1,4 +1,5 @@
---
# Ignore the kilo-eol tag because that branch does not work with reno
# and contains no release notes.
-closed_branch_tag_re: "(.+)(?<!kilo)-eol"
+# Ignore bugfix tags because their releasenotes are covered under stabl
+closed_branch_tag_re: "(?!^(kilo|bugfix-)).+-eol$"