Rename ID to commitish in versions struct
This commit is contained in:
@@ -68,8 +68,8 @@ type OutResponse struct {
|
||||
}
|
||||
|
||||
type Version struct {
|
||||
Tag string `json:"tag,omitempty"`
|
||||
ID string `json:"id,omitempty"`
|
||||
Tag string `json:"tag,omitempty"`
|
||||
Commitish string `json:"commitish,omitempty"`
|
||||
}
|
||||
|
||||
type MetadataPair struct {
|
||||
|
Reference in New Issue
Block a user