Release Workflow Steps 1. Run tests : 2. Check current version : Read in 3. Review commits : Check commits since last release to understand scope of changes. Audit the cumulative diff for the data-loss surface (see Data-Loss Surface Review) before proceeding. 4. Check library API compatibility : Run (install with if missing). If it reports breaking changes, the bump must be minor (pre-1.0) or major (post-1.0). See "Library API Compatibility" below. 5. Credit contributors : Check for external PR authors and issue reporters (see "Credit External Contributors" and "Credit Issue Reporters" below)…