Conventional Commit Builder
v1.0.3Build conventional commit messages with type, scope, and description.
Builds conventional commit messages with type, scope, description, body, and footer (breaking changes, issue references) — enforces the Conventional Commits 1.0.0 specification.
How to use- →Select the commit type (feat, fix, docs, refactor, test, chore).
- →Enter the scope (optional) and a short imperative description.
- →Add breaking change footer or issue reference if needed, then copy the full message.
Commit Message
feat(auth): add SSO login