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]
puts 'Fetching close commit date for issues: Done!'
end
return 0
end
def find_closed_date_by_commit(issue)
@ -87,6 +84,7 @@ module GitHubChangelogGenerator
end
}
end
#TODO: assert issues, that remain without 'actual_date' hash for some reason.
end
def print_json(json)