We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e656cb commit 98c6f48Copy full SHA for 98c6f48
1 file changed
docs/changelog.md
@@ -2,6 +2,13 @@
2
3
This command will generate a changelog following the committing rules established.
4
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
12
## Usage
13
14
```bash
0 commit comments