Add SHA to versions

This commit is contained in:
Ed
2018-12-18 12:56:09 -05:00
parent b747989d43
commit 6f0e6ea3ca
6 changed files with 24 additions and 15 deletions

View File

@@ -69,7 +69,7 @@ type OutResponse struct {
type Version struct {
Tag string `json:"tag,omitempty"`
Commitish string `json:"commitish,omitempty"`
CommitSHA string `json:"commit_sha,omitempty"`
}
type MetadataPair struct {