This commit is contained in:
Petr Korolev
2015-03-03 19:19:08 +02:00
parent 26bd24b7d2
commit 8f8be4740d
2 changed files with 4 additions and 87 deletions
+4 -5
View File
@@ -499,12 +499,11 @@ module GitHubChangelogGenerator
log += generate_log_from_array(enhancement_a, @options[:enhancement_prefix])
log += generate_log_from_array(bugs_a, @options[:bug_prefix])
log += generate_log_from_array(issues_a, @options[:issue_prefix])
end
if @options[:pulls]
# Generate pull requests:
log += generate_log_from_array(pull_requests, @options[:merge_prefix])
end
if @options[:pulls]
# Generate pull requests:
log += generate_log_from_array(pull_requests, @options[:merge_prefix])
end
log