1 repository
Tools that ensure commit messages follow a specific structural convention before they are merged.
Distinct from Commit Message Generators: Focuses on validating adherence to a specification rather than generating the message text via AI.
Explore 1 awesome GitHub repository matching development tools & productivity · Convention Validators. Refine with filters or upvote what's useful.
Conventional Changelog is a set of tools for automatically generating formatted release notes by parsing Git commit messages that follow a structured specification. It includes a commit message parser to transform raw strings into structured data, a changelog generator for producing release notes, and a commit linter to ensure messages adhere to specific conventions before they are merged. The project provides a system for semantic versioning automation, analyzing commit history to recommend the next version bump based on the types of changes recorded. It supports extensibility through config
Conventional Changelog checks commit messages against a specific convention to ensure they are formatted correctly before merging.