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

@@ -41,6 +41,7 @@ type OutParams struct {
BodyPath string `json:"body"`
TagPath string `json:"tag"`
CommitishPath string `json:"commitish"`
TagPrefix string `json:"tag_prefix"`
Globs []string `json:"globs"`
}