Full-turn delivery (PhenoDocs)
A full turn finishes when work is merged to main or an approved release branch, is visible on GitHub (PR URLs), and ships changelog, version (when applicable), and docs updates.
Requirements
- ≥1 merged PR per turn to
mainorrelease/*(several PRs per turn are fine for stacked work). - GitHub visibility: record PR link(s) in the PR body and optionally in
CHANGELOG.mdunder [Unreleased]. - Changelog: update root
CHANGELOG.mdfor user-facing doc site or workflow changes. - Version: bump
package.jsonversionwhen releasing a tagged docs build or publishing a semver story; otherwise state “version: N/A” in the PR. - Docs: run
pnpm run buildbefore merge whendocs/or.vitepress/changed.
Commands
bash
gh pr create --fill # or explicit title/body with changelog + version note
gh pr merge # after CI green
gh pr list --state merged --limit 51
2
3
2
3
Related
- Rich workspace views — product roadmap for views
- Workspace views — changelog, commit log, WBS hubs