2 Repos
Parsers that extract multiple conventional commit footers from a single commit message for separate changelog entries.
Distinct from Conventional Commit Parsers: Distinct from Conventional Commit Parsers: handles multiple footers in one commit for separate changelog entries.
Explore 2 awesome GitHub repositories matching data & databases · Multi-Footer Commit Parsers. Refine with filters or upvote what's useful.
This project is a Git commit standardization tool and semantic commit generator. It serves as an assistant to align code changes with semantic versioning by enforcing a consistent commit structure and formatting rules. The utility uses interactive prompts to gather user input, which it then validates against semantic categories and interpolates into predefined templates. This process automates the generation of standardized messages, ensuring that each commit follows a specific format to improve project history and traceability. The system also handles commit metadata structuring, including
Implements structured footer construction for tracking reviewers and referencing issue tickets.
Embeds multiple conventional commit footers in a single commit message for separate changelog entries.