PauloGoncalvesBH / contract-test-nirvana

Example of how to implement nirvana of contract testing with Pact following all the practices described in https://docs.pact.io/pact_nirvana
GNU General Public License v3.0
80 stars 4 forks source link

Recommended CI/CD Workflow Updates #7

Closed YOU54F closed 1 year ago

YOU54F commented 2 years ago

Updates to contract-test-nirvana to meet new recommended workflow

Tags that represent branches and environments are being replaced with first class support for branches, environments, deployments and releases.

Background https://docs.pact.io/blog/2021/07/04/why-we-are-getting-rid-of-tags

Bonus items

Thanks for the great work on this so far!

PauloGoncalvesBH commented 1 year ago

Hello Yousaf, thank you very much for your pull request, it is very helpful.