Class: Gempilot::CLI::Commands::Release

Inherits:
Gempilot::CLI::Command show all
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

#runObject



12
13
14
15
16
# File 'lib/gempilot/cli/commands/release.rb', line 12

def run
  detect_gem_context
  print_release_banner
  run_rake_release
end