users can provide commitish
when creating a release
[finishes #99189274] Signed-off-by: Chris Walter <cwalter@pivotal.io>
This commit is contained in:
committed by
Chris Walter
parent
bd263fd89d
commit
3d99be0bca
@@ -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"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user