You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would return all consumer pacts with tags that matches the provided regex.
Adding this would allow consumers and providers to coordinate development with known branch patterns
ex:
tagPattern: .*-new-feature
Would return any pact that has a tag suffix of -new-feature
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".
This would return all consumer pacts with tags that matches the provided regex.
Adding this would allow consumers and providers to coordinate development with known branch patterns
ex:
tagPattern: .*-new-feature
Would return any pact that has a tag suffix of -new-feature
https://pact.canny.io/admin/board/feature-requests/p/allow-version-selectors-to-specify-tags-with-regex
The text was updated successfully, but these errors were encountered: