Fix regression w/ enhancements in issues_to_log (#573)
Introduced in 21ec2db39b
.
This commit is contained in:
parent
3f8fb60af3
commit
fe7c585ed1
|
@ -99,7 +99,7 @@ module GitHubChangelogGenerator
|
|||
|
||||
log = ""
|
||||
log += generate_sub_section(sections[:breaking], options[:breaking_prefix])
|
||||
log += generate_sub_section(sections[:enhancement], options[:enhancement_prefix])
|
||||
log += generate_sub_section(sections[:enhancements], options[:enhancement_prefix])
|
||||
log += generate_sub_section(sections[:bugs], options[:bug_prefix])
|
||||
log += generate_sub_section(sections[:issues], options[:issue_prefix])
|
||||
log
|
||||
|
|
Loading…
Reference in New Issue
Block a user