Files
zuul/tools/releasenotes/notes/harmonize-containing-branch-matcher-d0ba4ee8881cd3c1.yaml
Simon Westphahl 6ffcafb77e Harmonize containing branch matcher for tags
Perform a `re.match()` instead of `re.fullmatch()` for the containing
branches for tag triggered items. Requiring a full match is unexpected
for users.

Change-Id: Icd8c258b0dfc36df8c94d9cb5edb3125804b9bc4
2024-08-19 11:44:30 +02:00

7 lines
241 B
YAML

---
upgrade:
- |
The branch matcher for containing branches of a tag will now perform a
normal regex match instead of requiring a full-match. This was done to
harmonize the matching behavior between the different change-types.