Skip to content

Commit f5ef33f

Browse files
authored
fix: 🐛 need to run build workflow after version bump to get changelog (#110)
# Description The website needs the version bump commit to regenerate the changelog page. This PR needs a quick review.
1 parent 33639c5 commit f5ef33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.commitizen]
2-
bump_message = "build(version): :bookmark: update version from $current_version to $new_version [skip ci]"
2+
bump_message = "build(version): :bookmark: update version from $current_version to $new_version"
33
update_changelog_on_bump = true
44
version_provider = "uv"
55
# Don't regenerate the changelog on every update

0 commit comments

Comments
 (0)