Release and Versioning
Package releases are manual and domain-scoped using the repository release workflow.
- Run releases from
mainvia.github/workflows/release.yml. - Use publish recovery only for publish retries via
.github/workflows/publish.yml. - Docs-surface PRs must use non-bumping commit types:
docs,chore,ci,style.
See repository root docs for full release rules and required validation steps.