From 3a9eca4233bc60ce89d90d7673c49b7152fe2a14 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Tue, 17 Feb 2015 23:25:14 +0200 Subject: [PATCH] add todo reminder --- lib/github_changelog_generator.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/github_changelog_generator.rb b/lib/github_changelog_generator.rb index 720b78a..99c5c9c 100755 --- a/lib/github_changelog_generator.rb +++ b/lib/github_changelog_generator.rb @@ -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)