Sha256: 67a6728fa6c6554ad1ae0d7e193c08dc2d5ccdeea5085749b8380ecb9c4d5017
Contents?: true
Size: 514 Bytes
Versions: 1
Compression:
Stored size: 514 Bytes
Contents
# Use this hook to configure ReleaseNotes. ReleaseNotes.setup do |config| # The name of your application. config.app_name = 'Application Name Goes Here' # The name of the model you're using to store the various release notes. config.release_note_model = 'ReleaseNote' # The name of the folder you're using to store the release note markdown files. config.release_note_folder = 'release_notes' # The version number that the first ReleaseNote should start at. config.starting_version = '0.1.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
release_notes-0.1.3 | lib/generators/templates/release_notes.rb |