Skip to content

Commit

Permalink
feat: add pb:can-i-deploy-pacticipant-version-to-environment relation
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Oct 4, 2021
1 parent 145bb37 commit 6732819
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lib/pact_broker/api/resources/index.rb
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,13 @@ def links
"pb:can-i-deploy-pacticipant-version-to-tag" =>
{
href: base_url + "/can-i-deploy?pacticipant={pacticipant}&version={version}&to={tag}",
title: "Determine if an application can be safely deployed to an environment identified by the given tag",
title: "Determine if an application version can be safely deployed to an environment identified by the given tag",
templated: true
}
"pb:can-i-deploy-pacticipant-version-to-environment" =>
{
href: base_url + "/can-i-deploy?pacticipant={pacticipant}&version={version}&environment={environment}",
title: "Determine if an application version can be safely deployed to an environment",
templated: true
},
"pb:provider-pacts-for-verification" => {
Expand Down

0 comments on commit 6732819

Please sign in to comment.