generate_changelog.context.VersionContext
VersionContext#
- class generate_changelog.context.VersionContext[source]#
Version information for the template context.
-
date_time:
Optional
[datetime
] = None# The date and time with timezone offset the version was tagged.
- __init__(label, date_time=None, tag=None, previous_tag=None, tagger=None, grouped_commits=<factory>, metadata=<factory>)#
-
tagger:
Optional
[str
] = None# The name and email of the person who tagged this version in name <email@ex.com> format.
-
grouped_commits:
List
[GroupingContext
]# The sections that group the commits in this version.
-
date_time: