-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
feat: support deployments and releases #426
Conversation
…gering webhook for verification
As per https://docs.pact.io/pact_broker/recording_deployments_and_releases/ This PR allows us to differentiate between releases and deployments, and allows multiple instances of a particular application to be deployed in the same environment at a time (differentiated by the deployment "target"). The key difference between a release and a deployment is that a deployment automatically marks the previous deployed version as undeployed, where as a release does not. Still to do is the record-undeployment and record-support-ended, but this can be merged now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing!
TODO