class ConventionalChangelog::LastReleaseNotFound
Constants
- MESSAGE
Public Class Methods
new(message = MESSAGE)
click to toggle source
Calls superclass method
# File lib/conventional_changelog/writer.rb, line 13 def initialize message = MESSAGE super(message) end