Yarn Version (Release Workflow)
Yarn provides a release-workflow primitive for monorepos. Contributors declare per-workspace version bumps as deferred decisions (`yarn version check --interactive`) and the project applies them all at release time (`yarn version apply`). Integrates with `yarn npm publish` for npm release pipelines.