Skip to content

Commit

Permalink
No longer prints labels for empty categories
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily-Steel committed Nov 2, 2015
1 parent c735d78 commit bb00b24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def report_notes
BUGFIXES_LABEL => @bugs_resolved,
KNOWN_BUGS => @known_issues
}.each do |label, issues|
next if issues.empty?
@reporter.open_section label
issues.each do |issue|
@reporter << issue
Expand Down

0 comments on commit bb00b24

Please sign in to comment.