Merge branch 'release/1.8.2'
This commit is contained in:
commit
35d520d251
|
@ -24,7 +24,9 @@ module GitHubChangelogGenerator
|
||||||
|
|
||||||
if options[:verbose]
|
if options[:verbose]
|
||||||
Helper.log.info "Performing task with options:"
|
Helper.log.info "Performing task with options:"
|
||||||
pp options
|
options_to_display = options
|
||||||
|
options_to_display[:token] = options_to_display[:token].nil? ? nil : "hidden value"
|
||||||
|
pp options_to_display
|
||||||
puts ""
|
puts ""
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module GitHubChangelogGenerator
|
module GitHubChangelogGenerator
|
||||||
VERSION = "1.8.1"
|
VERSION = "1.8.2"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user