Sha256: 481497faf82256fd24b6286dfdd78493cd814607422bc5d6b65ec8bf68e5b090
Contents?: true
Size: 724 Bytes
Versions: 2
Compression:
Stored size: 724 Bytes
Contents
# Use this hook to configure ReleaseNotes. ReleaseNotes.setup do |config| # Name of your application. config.app_name = 'Application Name Goes Here' # Name of the model you're using to store the various release notes. config.release_note_model = 'ReleaseNote' # Name of the model you're using to store broadcasts. config.broadcast_model = 'Broadcast' # Name of the folder you're using to store the release note and broadcast markdown files. config.release_note_folder = 'release_notes' # Path that ReleaseNotes::Engine is mounted at in the config/routes.rb file. config.mount_at = 'release_notes' # Version number that the first ReleaseNote should start at. config.starting_version = '0.1.0' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
release_notes-0.2.1 | lib/generators/templates/release_notes.rb |
release_notes-0.2.0 | lib/generators/templates/release_notes.rb |