Class: Gempilot::CLI::Commands::Release
- Inherits:
-
Gempilot::CLI::Command
- Object
- CommandKit::Command
- Gempilot::CLI::Command
- Gempilot::CLI::Commands::Release
- Includes:
- GemContext
- Defined in:
- lib/gempilot/cli/commands/release.rb
Overview
Delegates to rake release to build and push the gem.
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
12 13 14 15 16 |
# File 'lib/gempilot/cli/commands/release.rb', line 12 def run detect_gem_context run_rake_release end |