Skip to content

Commit 4fd350b

Browse files
committed
fix: update documentation commit parser regex to support plural form
1 parent fb4b898 commit 4fd350b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ commit_preprocessors = [
5858
commit_parsers = [
5959
{ message = "^feat", group = "<!-- 0 -->🚀 Features" },
6060
{ message = "^fix", group = "<!-- 1 -->🐛 Bug Fixes" },
61-
{ message = "^doc", group = "<!-- 3 -->📚 Documentation" },
61+
{ message = "^docs?", group = "<!-- 3 -->📚 Documentation" },
6262
{ message = "^perf", group = "<!-- 4 -->⚡ Performance" },
6363
{ message = "^refactor", group = "<!-- 2 -->🚜 Refactor" },
6464
{ message = "^style", group = "<!-- 5 -->🎨 Styling" },

0 commit comments

Comments
 (0)