Skip to content

Commit 2d07abe

Browse files
committed
docs(changelog): add info of auto changelog right away
1 parent 3c4f9cc commit 2d07abe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
This command will generate a changelog following the committing rules established.
44

5+
To create the changelog automatically on bump, add the setting [update_changelog_on_bump](./bump.md#update_changelog_on_bump)
6+
7+
```toml
8+
[tool.commitizen]
9+
update_changelog_on_bump = true
10+
```
11+
512
## Usage
613

714
```bash

0 commit comments

Comments
 (0)