Class: Releasetool::BaseHooks

Inherits:
Object
  • Object
show all
Defined in:
lib/releasetool/base_hooks.rb

Instance Method Summary collapse

Constructor Details

#initialize(config) ⇒ BaseHooks

Returns a new instance of BaseHooks.

Parameters:



8
9
10
# File 'lib/releasetool/base_hooks.rb', line 8

def initialize(config)
  @config = config
end

Instance Method Details

#after_commit(version) ⇒ Object



16
17
18
# File 'lib/releasetool/base_hooks.rb', line 16

def after_commit(version)
  # noop
end

#after_prepare(version) ⇒ Object



12
13
14
# File 'lib/releasetool/base_hooks.rb', line 12

def after_prepare(version)
  # noop
end