""" Git management for releases. This module provides Git operations required for release workflows: - Tag creation and management - Repository state validation - Branch and commit operations """ from .manager import GitManager __all__ = ["GitManager"]