Skip to content

Commit 6bdaf60

Browse files
authored
chore: 🔧 update changelog on bump (#28)
## Description Update `.cz` to include an update of the changelog when the version is bumped. Based on [this comment](seedcase-project/seedcase-sprout#889 (review)) <!-- Select quick/in-depth as necessary --> This PR needs a quick review.
1 parent d735574 commit 6bdaf60

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.cz.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[tool.commitizen]
22
bump_message = "build(version): update version from $current_version to $new_version [skip ci]"
3-
# Don't implement yet.
4-
update_changelog_on_bump = false
3+
update_changelog_on_bump = true
54
version_provider = "poetry"
65
version_files = [
76
"pyproject.toml"

0 commit comments

Comments
 (0)