Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: update type-enum default value (conventional-changelog#3661)
Co-authored-by: khsily <[email protected]>
  • Loading branch information
khsily and khsily authored Aug 30, 2023
commit 8806efc1513ac73a842a40c6927273862fbacfcb
2 changes: 1 addition & 1 deletion docs/reference-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ Infinity
- **rule**: `always`
- **value**
```js
['feat', 'fix', 'docs', 'style', 'refactor', 'test', 'revert'];
['build', 'chore', 'ci', 'docs', 'feat', 'fix', 'perf', 'refactor', 'revert', 'style', 'test'];
```

#### type-case
Expand Down