Struct changelog::config::Configuration [] [src]

pub struct Configuration {
    pub categories: Vec<Tag>,
    pub scopes: Vec<Tag>,
    pub title: String,
    pub template: String,
    pub date_format: String,
    pub post_processors: Vec<PostProcessor>,
}

The tool configuration structure (can be specified in a file)

Fields

The change category configuration

The change scope configuration

The report title

The report template file

The date format

The line post-processors

Trait Implementations

impl Default for Configuration
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for Configuration
[src]

[src]

Formats the value using the given formatter.