project_release.config.parse_config

project_release.config.parse_config(config_file: Path) Config[source]

Return the configuration associated with the file.

Parameters:

config_file – The configuration file to parse.

Returns:

The current configuration object.

Return type:

Config

Raises:

SystemExit – If the configuration file is invalid or not found.