Fix #250
This commit is contained in:
parent
f77f90a750
commit
36346b5fc6
|
@ -11,7 +11,7 @@ module GitHubChangelogGenerator
|
||||||
log = "# Change Log\n\n"
|
log = "# Change Log\n\n"
|
||||||
|
|
||||||
if @options[:unreleased_only]
|
if @options[:unreleased_only]
|
||||||
log += generate_log_between_tags(all_tags[0], nil)
|
log += generate_log_between_tags(filtered_tags[0], nil)
|
||||||
else
|
else
|
||||||
log += generate_log_for_all_tags
|
log += generate_log_for_all_tags
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user