Skip to content

Versioning Strategy

Docs should always match what users install.

Version lanes

  • latest: active development docs
  • v0: initial public package line
  • v1: first stable feature-complete line

Release policy

  • Add new features to latest first.
  • Backport docs only when behavior exists in older lines.
  • Include upgrade notes for breaking changes.

Cloudflare workflow

  • Branch previews for every PR
  • Production deploy from main
  • Optional version subpaths later (/v0, /v1)