generate_changelog.context.ChangelogContext
ChangelogContext#
- class generate_changelog.context.ChangelogContext[source]#
The primary context used when rendering a changelog.
- __init__(config, versions=<factory>)#
- Parameters:
config (Configuration) –
versions (List[VersionContext]) –
- Return type:
None
-
config:
Configuration
# The changelog generation configuration.
-
versions:
List
[VersionContext
]# The version contexts to render in the changelog.
-
unreleased_label:
str
# The configured label used as the version title of the changes since the last valid tag.