generate_changelog.context.GroupingContext

GroupingContext#

class generate_changelog.context.GroupingContext[source]#

A combination of a tuple of the sorted values and a list of the CommitContexts in that group.

grouping: Tuple[str, ...]#
commits: List[CommitContext]#
__init__(grouping, commits)#
Parameters:
Return type:

None