Include ability to add tag_prefix
Signed-off-by: Zachary Gershman <zgershman@pivotal.io>
This commit is contained in:
committed by
Zachary Gershman
parent
8291efc7a7
commit
560637e9fd
@@ -36,6 +36,8 @@ func (c *OutCommand) Run(sourceDir string, request OutRequest) (OutResponse, err
|
||||
return OutResponse{}, err
|
||||
}
|
||||
|
||||
tag = request.Params.TagPrefix + tag
|
||||
|
||||
var body string
|
||||
bodySpecified := false
|
||||
if request.Params.BodyPath != "" {
|
||||
|
Reference in New Issue
Block a user