Sha256: 5fd622f5c9ba97deb5cc6621bd92e42d18880aa328f1e36afd05a065174bbe3e

Contents?: true

Size: 614 Bytes

Versions: 5

Compression:

Stored size: 614 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 folder you're using to store the release note 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

5 entries across 5 versions & 1 rubygems

Version Path
release_notes-1.0.4 lib/generators/templates/release_notes.rb
release_notes-1.0.3 lib/generators/templates/release_notes.rb
release_notes-1.0.1 lib/generators/templates/release_notes.rb
release_notes-1.0.0 lib/generators/templates/release_notes.rb
release_notes-0.5.1 lib/generators/templates/release_notes.rb