feat: Add commits in commit version struct

This commit is contained in:
tsuyoshiwada 2018-02-17 01:38:50 +09:00
parent 633c7f0e89
commit 153727ed1a

View file

@ -157,6 +157,7 @@ func (gen *Generator) readVersions(query string) ([]*Version, error) {
versions = append(versions, &Version{
Tag: tag,
CommitGroups: commitGroups,
Commits: commits,
MergeCommits: mergeCommits,
RevertCommits: revertCommits,
NoteGroups: noteGroups,