कैसे उपयोग करें
- चुनें
- Optionally add a scope to narrow the change area (e.g. api, ui).
- Write the subject line in the imperative mood without a trailing period.
- Add an optional body to explain why the change was made, and an optional footer for issue references.
- Toggle Breaking change on if the change breaks the public API, then describe the migration.
- Copy the fully formatted commit message from the output.
उदाहरण
- Type feat, scope ui, subject "add dark mode toggle" produces: feat(ui): add dark mode toggle.
- Enabling breaking change with description "remove --legacy flag" appends BREAKING CHANGE: remove --legacy flag in the footer.