Git
Commit Message & Branch Name Helper
Build a Conventional Commits message or a valid branch name, and check an existing one.
Conventional Commit
A new feature. Triggers a minor release.
Imperative mood, lowercase, no full stop. Header is currently 35 characters.
Adds a ! to the header and a BREAKING CHANGE footer. Triggers a major release.
Message
feat(api): add user export endpointAs a command
git commit -m "feat(api): add user export endpoint"Review
Follows the Conventional Commits format.