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
7 lines
241 B
YAML
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.
|