Merge branch 'release/1.8.4'
This commit is contained in:
commit
72f993fab5
|
@ -22,15 +22,20 @@ module GitHubChangelogGenerator
|
|||
exit
|
||||
end
|
||||
|
||||
print_options(options)
|
||||
|
||||
options
|
||||
end
|
||||
|
||||
# @param [Hash] options to display
|
||||
def self.print_options(options)
|
||||
if options[:verbose]
|
||||
Helper.log.info "Performing task with options:"
|
||||
options_to_display = options
|
||||
options_to_display = options.clone
|
||||
options_to_display[:token] = options_to_display[:token].nil? ? nil : "hidden value"
|
||||
pp options_to_display
|
||||
puts ""
|
||||
end
|
||||
|
||||
options
|
||||
end
|
||||
|
||||
# setup parsing options
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module GitHubChangelogGenerator
|
||||
VERSION = "1.8.3"
|
||||
VERSION = "1.8.4"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user