We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb4b898 commit 4fd350bCopy full SHA for 4fd350b
1 file changed
cliff.toml
@@ -58,7 +58,7 @@ commit_preprocessors = [
58
commit_parsers = [
59
{ message = "^feat", group = "<!-- 0 -->🚀 Features" },
60
{ message = "^fix", group = "<!-- 1 -->🐛 Bug Fixes" },
61
- { message = "^doc", group = "<!-- 3 -->📚 Documentation" },
+ { message = "^docs?", group = "<!-- 3 -->📚 Documentation" },
62
{ message = "^perf", group = "<!-- 4 -->⚡ Performance" },
63
{ message = "^refactor", group = "<!-- 2 -->🚜 Refactor" },
64
{ message = "^style", group = "<!-- 5 -->🎨 Styling" },
0 commit comments