add todo reminder

This commit is contained in:
Petr Korolev 2015-02-17 23:25:14 +02:00
parent a53883ba0e
commit 615b38476c

View File

@ -67,9 +67,6 @@ module GitHubChangelogGenerator
if @options[:verbose] if @options[:verbose]
puts 'Fetching close commit date for issues: Done!' puts 'Fetching close commit date for issues: Done!'
end end
return 0
end end
def find_closed_date_by_commit(issue) def find_closed_date_by_commit(issue)
@ -87,6 +84,7 @@ module GitHubChangelogGenerator
end end
} }
end end
#TODO: assert issues, that remain without 'actual_date' hash for some reason.
end end
def print_json(json) def print_json(json)