Fix regression w/ enhancements in issues_to_log (#573)

Introduced in 21ec2db39b.
This commit is contained in:
Ewoud Kohl van Wijngaarden 2017-10-13 06:08:59 +02:00 committed by Olle Jonsson
parent 3f8fb60af3
commit fe7c585ed1

View File

@ -99,7 +99,7 @@ module GitHubChangelogGenerator
log = "" log = ""
log += generate_sub_section(sections[:breaking], options[:breaking_prefix]) 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[:bugs], options[:bug_prefix])
log += generate_sub_section(sections[:issues], options[:issue_prefix]) log += generate_sub_section(sections[:issues], options[:issue_prefix])
log log