使用方法
- Select a Conventional Commits type from the dropdown (feat, fix, chore, docs, etc.)。
- 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。