Rebase, pass rubocop, remove between-tags references

This is a rebase and resubmission of #453
This commit is contained in:
Hunter Haugen
2017-07-27 15:50:59 -07:00
parent b1121cb1ee
commit a287bd872b
4 changed files with 53 additions and 141 deletions
@@ -135,7 +135,7 @@ module GitHubChangelogGenerator
if options[:add_issues_wo_labels]
issues
else
issues.reject { |issue| !issue["labels"].map { |l| l["name"] }.any? }
issues.select { |issue| issue["labels"].map { |l| l["name"] }.any? }
end
end