Files
CleanArchitecture-template/.brain/.agent/skills/engineering-advanced-skills/changelog-generator/references/changelog-formatting-guide.md
2026-03-12 15:17:52 +07:00

316 B

Changelog Formatting Guide

Use Keep a Changelog section ordering:

  1. Security
  2. Added
  3. Changed
  4. Deprecated
  5. Removed
  6. Fixed

Rules:

  • One bullet = one user-visible change.
  • Lead with impact, not implementation detail.
  • Keep bullets short and actionable.
  • Include migration note for breaking changes.