Skip to content

Commit

Permalink
feat: support matching branch selector
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Nov 17, 2021
1 parent cec16e7 commit cac3cf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions provider/consumer_version_selector.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ type ConsumerVersionSelector struct {
Released bool `json:"released,omitempty"`
Environment string `json:"environment,omitempty"`
MainBranch bool `json:"mainBranch,omitempty"`
MatchingBranch bool `json:"matchingBranch,omitempty"`
Branch string `json:"branch,omitempty"`
}

Expand Down

0 comments on commit cac3cf0

Please sign in to comment.