users can provide commitish when creating a release

[finishes #99189274]

Signed-off-by: Chris Walter <cwalter@pivotal.io>
This commit is contained in:
Chris Brown
2015-07-23 14:50:59 -07:00
committed by Chris Walter
parent bd263fd89d
commit 3d99be0bca
4 changed files with 73 additions and 14 deletions

View File

@@ -34,9 +34,10 @@ type OutRequest struct {
}
type OutParams struct {
NamePath string `json:"name"`
BodyPath string `json:"body"`
TagPath string `json:"tag"`
NamePath string `json:"name"`
BodyPath string `json:"body"`
TagPath string `json:"tag"`
CommitishPath string `json:"commitsh"`
Globs []string `json:"globs"`
}