Class: Semmy::Changelog::UpdateForMinor
- Inherits:
-
Struct
- Object
- Struct
- Semmy::Changelog::UpdateForMinor
- Defined in:
- lib/semmy/changelog.rb
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config
73 74 75 |
# File 'lib/semmy/changelog.rb', line 73 def config @config end |
#options ⇒ Object
Returns the value of attribute options
73 74 75 |
# File 'lib/semmy/changelog.rb', line 73 def end |
Instance Method Details
#call(contents) ⇒ Object
74 75 76 77 78 |
# File 'lib/semmy/changelog.rb', line 74 def call(contents) replace_starting_at(Changelog.version_line_matcher(config), contents, unreleased_section) end |