Include ability to add tag_prefix

Signed-off-by: Zachary Gershman <zgershman@pivotal.io>
This commit is contained in:
Angela Chin
2015-11-18 12:42:41 -08:00
committed by Zachary Gershman
parent 8291efc7a7
commit 560637e9fd
4 changed files with 32 additions and 0 deletions

View File

@@ -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 != "" {