fix: Remove accidentally added Unreleased.Tag

This commit is contained in:
tsuyoshiwada 2018-05-05 17:58:41 +09:00
parent cb878aff2a
commit 7a71844c6f

View file

@ -106,7 +106,6 @@ type Version struct {
// Unreleased is unreleased commit dataset
type Unreleased struct {
Tag *Tag
CommitGroups []*CommitGroup
Commits []*Commit
MergeCommits []*Commit