Sha256: 3931f5b8c68521421db40f7d918805492074e818d4f49fcf1bb2659edb057baf

Contents?: true

Size: 596 Bytes

Versions: 5

Compression:

Stored size: 596 Bytes

Contents

# Use this hook to configure ReleaseNotes.
ReleaseNotes.setup do |config|
  # Name of your application.
  config.app_name = 'Demo App'

  # 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.4.0'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
release_notes-1.0.4 spec/dummy/config/initializers/release_notes.rb
release_notes-1.0.3 spec/dummy/config/initializers/release_notes.rb
release_notes-1.0.1 spec/dummy/config/initializers/release_notes.rb
release_notes-1.0.0 spec/dummy/config/initializers/release_notes.rb
release_notes-0.5.1 spec/dummy/config/initializers/release_notes.rb