clean up
This commit is contained in:
committed by
Olle Jonsson
parent
baa4e3e659
commit
0751082526
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user