We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dae3f16 commit 49f40daCopy full SHA for 49f40da
1 file changed
docs/features.md
@@ -26,7 +26,7 @@ A roadmap of features and whether done or not.
26
- [ ] As count that uses the old message. See [#55](https://github.com/MichaelCurrin/auto-commit-msg/issues/55)
27
- [x] Keep user-entered value as a prefix e.g. Keep `docs:` (or ticket number) so message becomes `docs: Update README.md`
28
- [x] Use conventional commits e.g. `chore: Update package.json`
29
-- [x] Support directories or filenames with spaces by adding quotes. e.g. `chore: rename foo.txt to 'foo bar.txt'`
+- [x] Support directories or filenames with spaces in them by adding quotes. e.g. `chore: rename foo.txt to 'foo bar.txt'`
30
31
## Topics areas
32
0 commit comments