Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow version selectors to specify tags with regex #65

Open
canny bot opened this issue Jun 26, 2024 · 2 comments
Open

Allow version selectors to specify tags with regex #65

canny bot opened this issue Jun 26, 2024 · 2 comments

Comments

@canny
Copy link

canny bot commented Jun 26, 2024

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

Copy link
Author

canny bot commented Jun 26, 2024

This issue has been linked to a Canny post: Allow version selectors to specify tags with regex 🎉

@YOU54F
Copy link
Member

YOU54F commented Jun 26, 2024

Kyle Florence - August 5, 2021

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".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant