ITV / scala-pact

A Scala implementation of CDC using the Pact standard
Other
108 stars 54 forks source link

Remove logic around publishing pacts for SNAPSHOT consumer versions #206

Open jbwheatley opened 3 years ago

jbwheatley commented 3 years ago

Versioning in the broker does not rely on the version of the consumer for ordering pacts, so we shouldn't need to restrict the publishing of versions containing SNAPSHOT

https://docs.pact.io/getting_started/versioning_in_the_pact_broker

The docs should be updated to reflect this too.