Summary - Replace the current manual-only release preparation flow with an automated release PR flow driven by conventional commits and squash-merge titles. Acceptance Criteria - A GitHub Action opens or updates a release PR on pushes to main. - The release PR updates version files and CHANGELOG.md automatically. - PR validation enforces a conventional release signal so merged changes are actually releasable. - Docs describe the new flow clearly and demote the old manual script to fallback-only usage. - The setup is validated with a dry-run or real workflow execution against the repo config.
Summary
Acceptance Criteria