mirror of
https://github.com/git-chglog/git-chglog.git
synced 2026-07-20 17:59:13 +00:00
fix: Remove accidentally added Unreleased.Tag
This commit is contained in:
parent
cb878aff2a
commit
7a71844c6f
1 changed files with 0 additions and 1 deletions
|
|
@ -106,7 +106,6 @@ type Version struct {
|
|||
|
||||
// Unreleased is unreleased commit dataset
|
||||
type Unreleased struct {
|
||||
Tag *Tag
|
||||
CommitGroups []*CommitGroup
|
||||
Commits []*Commit
|
||||
MergeCommits []*Commit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue