Conventional Commit Builder
Build a Conventional Commits 1.0 message.
A new feature (minor version bump)
Commit message
feat:
Conventional Commits 1.0. Subject line in imperative mood (add, not added). Used by SemanticRelease, Lerna, and most automatic changelog tools to bump versions.
About
Pick type, scope, and add subject, body, and footer. Subject line tracks the recommended 72-character cap. Output is ready to paste into git commit -m or your editor.
How to use
- Pick a type (feat, fix, etc.).
- Add scope and subject.
- Optional body and footer.
FAQ
Why use Conventional Commits?+
Tools like semantic-release auto-bump versions and generate changelogs from feat/fix/breaking commits. Even without automation, the structure makes git log readable.