mirror of
https://github.com/thegeeklab/git-sv.git
synced 2024-11-21 22:10:39 +00:00
parent
67042ac1e7
commit
7d8ed49e17
@ -132,3 +132,8 @@ func (ReleaseNoteCommitsSection) SectionType() string {
|
||||
func (s ReleaseNoteCommitsSection) SectionName() string {
|
||||
return s.Name
|
||||
}
|
||||
|
||||
// HasMultipleTypes return true if has more than one commit type.
|
||||
func (s ReleaseNoteCommitsSection) HasMultipleTypes() bool {
|
||||
return len(s.Types) > 1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user