Skip to content
Snippets Groups Projects
Commit 1b84c528 authored by Sebastian Poxhofer's avatar Sebastian Poxhofer Committed by Rhys Arkins
Browse files

feat(manager/regex)!: allow arbitrary regex groups for templates (#12296)

Allow the usage of arbitrary capture groups inside of regex manager templates and further adds refactor which this allows.

BREAKING_CHANGE
Only regex managers using the combination matchStringStrategy are affected of this change!
Currently capture groups which are empty but still match the regex are ignored.
This is no longer the case!
Subsequent matchGroups will now overwrite previous ones, even if the later one is empty.
parent 70700eed
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment