Skip to content

Versioning and Commit Conventions

Use Conventional Commit-style prefixes where practical:

  • feat: new behavior
  • fix: defect correction
  • refactor: internal restructuring
  • test: test-only change
  • docs: documentation
  • ci: pipeline and automation
  • chore: maintenance
  • security: explicit security remediation

Commit messages describe intent, not file activity.

Services may version independently using semantic versioning. Platform releases may use calendar-aligned versions such as 2026.08.0; that external packaging model is outside this handbook’s current scope.

CI always uses the full Git SHA internally. Human-friendly tags are additional aliases. Mutable tags such as develop or latest may support Image Updater, but audit and rollback evidence records the immutable digest and source SHA.