The behavior of ChangeLog can be customized by changing the configuration. All settings are optional and ChangeLog aims to use sensible default values for all of them.
Settings are loaded from a number of configuration sources:
For details, see Configuration Sources
Setting names in the documentation are separated by :
which denote keys and sub-keys the JSON configuration file.
For example setting key:subkey
to value
would need to be specified in the configuration file like this:
{
"key" : {
"subkey" : "value"
}
}