Skip to content

Commit 08577d5

Browse files
committed
docs(readme): update commit types table formatting
1 parent 2bd5ab4 commit 08577d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ DiffCommit provides the following settings to customise its behavior.
119119

120120
A list of allowed commit types. If provided, this replaces the default options. You need to ensure all required commit types are included in the list.
121121

122-
| **Type** | **Description** | **Default Value** |
123-
| :------------- | :---------------------------------------------------------------- | :---------------------------------------------------------------------------- |
124-
| Array\<string> | A list (array) of any string/s you want available as commit types | [ "feat", "fix", "refactor", "chore", "docs", "style", "test", "perf", "ci" ] |
122+
| **Type** | **Description** | **Default Value** |
123+
| :------------- | :---------------------------------------------------------------- | :---------------- |
124+
| Array\<string> | A list (array) of any string/s you want available as commit types | [ "chore" | "ci" | "docs" | "feat" | "fix" | "perf" | "refactor" | "style" | "test" ] |
125125

126126
> [!WARNING]
127127
> Changing the default, replaces the option value. If you set this option, be sure to include a complete list of all required commit types.

0 commit comments

Comments
 (0)