VBC-932: missing-changelog
warningCategory: git
Analysis: Git
Tags: git project-health dx
What it reports
Missing CHANGELOG.md (or HISTORY.md) file. Developers who depend on your project need to know exactly what changed between versions to assess upgrade risk. Follow "Keep a Changelog" standards with Added, Changed, Deprecated, Removed, Fixed, and Security sections per release.
Examples
Exercised by git-checker.test.ts: needs a repository working tree.