1 مستودع
Utilities that validate the length and tagging of commit summaries for consistency.
Distinct from Commit Message Generators: Focuses on linting rules for consistency and length rather than AI-driven content generation.
Explore 1 awesome GitHub repository matching development tools & productivity · Message Linters. 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 validates that commit summaries follow a specific tag and length format to ensure consistency for automated logs.