Class: ConventionalChangelog::Generator

Inherits:
Object
  • Object
show all
Defined in:
lib/conventional_changelog/generator.rb

Instance Method Summary collapse

Instance Method Details

#generate!(options = {}) ⇒ Object



3
4
5
# File 'lib/conventional_changelog/generator.rb', line 3

def generate!(options = {})
  writer(options).new("CHANGELOG.md").write! options
end