This commit is contained in:
Andrew Waage
2016-05-18 10:44:50 -07:00
committed by Olle Jonsson
parent baa4e3e659
commit 0751082526
2 changed files with 80 additions and 80 deletions

View File

@@ -77,7 +77,7 @@ module GitHubChangelogGenerator
issues.select do |issue|
if issue[hash_key]
time = Time.parse(issue[hash_key]).utc
time = Time.parse(issue[hash_key].to_s).utc
tag_in_range_old = tag_newer_old_tag?(older_tag_time, time)