Class: Capistrano::Fiesta::Release

Inherits:
Object
  • Object
show all
Defined in:
lib/capistrano/fiesta/release.rb

Instance Method Summary collapse

Instance Method Details

#postObject



9
10
11
# File 'lib/capistrano/fiesta/release.rb', line 9

def post
  github.create_release(repo, tag, name: name, body: body)
end