Allow version selectors to specify tags with regex
closed
Yousaf Nabi
closed
Tracking via linked GitHub issue - https://github.com/pact-foundation/roadmap/issues/65
Kyle Florence
We do this currently with an in-house solution since we are on a monorepo and it's easiest to manage deploys with separate branches for consumer and provider changes. In our case, we match on "pact=(\\w+)" for branches like "feature/service/foo/pact=foo_bar_20210131/TICKET-123".