概要
This skill provides a standardized framework for managing Python package releases, ensuring maintainers follow industry best practices like Semantic Versioning (SemVer) and the 'Keep a Changelog' format. It offers ready-to-use templates for GitHub Actions automation, PyPI publishing, and formal deprecation workflows using the Python warnings module. By integrating these patterns, developers can reduce manual errors during the release process, maintain high-quality documentation for users, and automate the distribution of software updates with confidence.