Cut a new release branch and prepare the version-bump PRs, as defined in RELEASE_CHECKLIST.md. Use whenever the user asks to "cut a release branch" (or to cut/create/start a new release branch): verifies main is green, creates release/v<VERSION>, and opens…
Ship a release branch by publishing a GitHub release using the gh CLI. Parses version from self.versions.toml and gets release notes from docs/CHANGELOG.md.
Policy and automation requiring changelog/docs updates whenever code changes are made. Use when updating docs or the changelog for a change, or to verify a branch's code changes are accompanied by docs/CHANGELOG/README updates. Runs…