Merge branch 'release/1.8.2'
This commit is contained in:
commit
35d520d251
|
@ -24,7 +24,9 @@ module GitHubChangelogGenerator
|
|||
|
||||
if options[:verbose]
|
||||
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 ""
|
||||
end
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module GitHubChangelogGenerator
|
||||
VERSION = "1.8.1"
|
||||
VERSION = "1.8.2"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user