Quick Notes55 words
Automating documentation from Git history — quick notes
Docs from Git history — quick notes
| Prefix | Release implication |
|---|---|
fix: | Patch |
feat: | Minor |
BREAKING CHANGE: | Major |
- Conventional Commits make history machine-readable.
- Enforce with PR validation — an unenforced convention decays.
- Automation gives the what, never the why.