Merge branch 'release/1.6.2'
This commit is contained in:
commit
9e84bfbabf
|
@ -11,7 +11,7 @@ module GitHubChangelogGenerator
|
|||
log = "# Change Log\n\n"
|
||||
|
||||
if @options[:unreleased_only]
|
||||
log += generate_log_between_tags(all_tags[0], nil)
|
||||
log += generate_log_between_tags(filtered_tags[0], nil)
|
||||
else
|
||||
log += generate_log_for_all_tags
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module GitHubChangelogGenerator
|
||||
VERSION = "1.6.1"
|
||||
VERSION = "1.6.2"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user