Skip to content

Commit f704407

Browse files
Update README.md
1 parent bbe8100 commit f704407

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,8 @@ This is what the extension can do:
6868
- Look at any **staged** changes files, otherwise falls back to all unstaged changes.
6969
- Generate a commit message, which you can use or edit.
7070
- It can describe a variety of changes - when a file is added, removed, moved, renamed, etc.
71-
- Handles multiple files at once.
72-
- Infers a **Conventional Commit** prefix type where possible - e.g. `feat`, `ci`, `build`.
73-
- It can recognize a range of files based on path and extension. Such as related to config files, CI files, dependency files (for JavaScript, Python, etc.), or documentation.
71+
- Can handle multiple files at once.
72+
- Based on paths and extensions, infers a **Conventional Commit** prefix type e.g. `feat`, `chore`, `ci`, `build`, `build(deps)`, `docs`.
7473

7574
See more info on the [Features](/docs/features.md) page in the docs.
7675

0 commit comments

Comments
 (0)