소개
The Release Runbook skill provides a standardized, reliable workflow for cutting new software releases across various programming environments. It guides Claude through essential preflight repository checks, Semantic Versioning (SemVer) increments, and automated testing to ensure code quality before publication. By orchestrating the git tagging, pushing, and GitHub release creation processes, it eliminates manual errors and ensures consistency. Additionally, it handles downstream tasks like updating Homebrew formulas with new source URLs and SHA256 hashes, making it an essential tool for maintainers of open-source and private projects.