lib/travis/cli/setup/releases.rb in travis-1.6.15.travis.563.6 vs lib/travis/cli/setup/releases.rb in travis-1.6.15.travis.564.6
- old
+ new
@@ -23,9 +23,10 @@
g.ask_password = proc { |user| ask("Password for #{user}: ") { |q| q.echo = "*" } }
g.ask_otp = proc { |user| ask("Two-factor authentication code for #{user}: ") }
g.debug = proc { |log| debug(log) }
g.after_tokens = proc { g.explode = true and error("no suitable github token found") }
g.scopes = org? ? ['public_repo'] : ['repo']
+ g.note = "automatic releases for #{repository.slug}"
end
end
end
end
end
\ No newline at end of file