Fix regression w/ enhancements in issues_to_log (#573)
Introduced in 21ec2db39bafc9468c9a9099947cd48b7fe27c0a.
This commit is contained in:
parent
3f8fb60af3
commit
fe7c585ed1
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user