Class: Ruboty::Handlers::GithubPrRelease
- Inherits:
-
Base
- Object
- Base
- Ruboty::Handlers::GithubPrRelease
- Defined in:
- lib/ruboty/handlers/github_pr_release.rb
Instance Method Summary collapse
Instance Method Details
#deploy_release(message) ⇒ Object
32 33 34 |
# File 'lib/ruboty/handlers/github_pr_release.rb', line 32 def deploy_release() Ruboty::GithubPrRelease::Actions::DeployRelease.new().call end |
#release(message) ⇒ Object
24 25 26 |
# File 'lib/ruboty/handlers/github_pr_release.rb', line 24 def release() Ruboty::GithubPrRelease::Actions::Release.new().call end |
#update_release(message) ⇒ Object
28 29 30 |
# File 'lib/ruboty/handlers/github_pr_release.rb', line 28 def update_release() Ruboty::GithubPrRelease::Actions::UpdateRelease.new().call end |