generate_changelog.cli.get_user_config

get_user_config#

generate_changelog.cli.get_user_config(config_file, echo_func)[source]#

Get the default configuration and update it with the user’s config file.

Parameters:
  • config_file (Optional[Path]) – The path to the user’s configuration file

  • echo_func (Callable) – The function to call to echo output

Return type:

Configuration

Returns:

The configuration object