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.
-
commits:
List
[CommitContext
]#
- __init__(grouping, commits)#
- Parameters:
commits (List[CommitContext]) –
- Return type:
None
-
commits: