mirror of
https://github.com/git-chglog/git-chglog.git
synced 2026-01-23 02:15:12 +00:00
feat: Add commits in commit version struct
This commit is contained in:
parent
633c7f0e89
commit
153727ed1a
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue