Dmitry Munda
08/01/2022, 7:31 PMcan-i-deploy against all version , having tag live and deployed within n months?
like am i compatible with all versions deployed to live within 3 months?Dmitry Munda
08/01/2022, 7:33 PMlive1, live2 and live3 for 3 last months version, what to do if deployment arent regular - could happen once a year or each 25 minutes ?Matt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
prodMatt (pactflow.io / pact-js / pact-go)
{"tag": "prod", "latest": "false"} to fetch all contracts with the prod tag. This does mean you need to remove the prod tag from the undeployed versionDmitry Munda
08/02/2022, 11:00 AMlatest false will check all of them ? what if one needs that only last 3months of service is supported ?