Skip to content

VBC-932: missing-changelog

warning

Category: 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.

Released under the MIT License.