Anyone know how to implement consumer version selectors to filter through pacts, not by using tags.
This link
https://docs.pact.io/pact_broker/advanced_topics/consumer_version_selectors
talks about using environments and other things, but in the code implementation for Java they only use tags to filter through consumers. I can't find any other code examples
I'm using junit runners