diff --git a/api/types.go b/api/types.go index 19d9f1fec..c03a75111 100644 --- a/api/types.go +++ b/api/types.go @@ -67,6 +67,8 @@ type ReleaseSpec struct { // dry_run, if true, will run through the release logic, but neither create DryRun bool `protobuf:"varint,4,opt,name=dry_run,json=dryRun" json:"dry_run,omitempty"` + + Wait bool `protobuf:"varint,4,opt,name=wait,json=wait" json:"wait,omitempty"` } /*type ReleaseStatus struct {