Blog
1 week ago
Conventional Commits: A Guide to Writing Structured Git Commit Messages
Conventional Commits is a lightweight specification for writing commit messages that are human-readable and machine-processable. A conventional commit message mimics the structure of an email, with a clear header (subject), optional body, and optional footer.
Source: HackerNoon →