Constant TEMPLATE_FILE

Source
pub const TEMPLATE_FILE: &str = ".changelog.hbs";
Expand description

The Handlebars template file name (.changelog.hbs).

The library looks for a file with this name (.changelog.hbs) in the current directory and all its ancestors (up to root). If one is found, it is used to render the changelog, if not the default template is used.