pub const CONFIG_FILE: &str = ".changelog.yml";
Expand description
The YAML configuration file name (.changelog.yml
).
The library looks for a file with this name in the current directory and all its ancestors (up to root). If one is found, it is used to initialize configuration, if not the default configuration is used.