generate_changelog.git_ops.GitTag GitTag# class generate_changelog.git_ops.GitTag[source]# A git tag with information and commits. tag_name: str# tag_info: TagInfo# commits: List[Commit]# __init__(tag_name, tag_info, commits)# Parameters: tag_name (str) – tag_info (TagInfo) – commits (List[Commit]) – Return type: None