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

@@ -99,7 +99,7 @@ func (c *OutCommand) Run(sourceDir string, request OutRequest) (OutResponse, err
}
return OutResponse{
Version: Version{Tag: tag_name},
Version: versionFromTag(tag),
Metadata: metadataFromTag(tag),
}, nil
}