Skip to content

Commit c1f73bd

Browse files
committed
docs: updates readme to new default sections
1 parent 5003432 commit c1f73bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Now you can update your `MyChangelog.md` with `clog --patch` (assuming you want
245245

246246
### Custom Sections
247247

248-
By default, `clog` will display two sections in your changelog, `Features` and `Bug Fixes`. You can add additional sections by using a `.clog.toml` file. To add more sections, simply add a `[sections]` table, along with the section name and aliases you'd like to use in your commit messages:
248+
By default, `clog` will display three sections in your changelog, `Features`, `Performance`, and `Bug Fixes`. You can add additional sections by using a `.clog.toml` file. To add more sections, simply add a `[sections]` table, along with the section name and aliases you'd like to use in your commit messages:
249249
250250
```toml
251251
[sections]

0 commit comments

Comments
 (0)