Method: ChocTop::Configuration#release_notes_template

Defined in:
lib/choctop.rb

#release_notes_templateObject

The path for an HTML template into which the release_notes.txt are inserted after conversion to HTML

The template file is an ERb template, with <%= yield %> as the placeholder for the generated release notes.

Currently, any CSS or JavaScript must be inline

Default: release_notes_template.html.erb, which was generated by install_choctop into each project



118
119
120
# File 'lib/choctop.rb', line 118

def release_notes_template
  @release_notes_template
end