Skip to content

Commit a9fe518

Browse files
authored
fix: 🐛 when bumping versions, we still want the website updated too (#138)
# Description The `[skip ci]` removes the chance for the website re-generate with the latest version update changes (e.g. CHANGELOG). This PR needs a quick review. ## Checklist - [x] Ran `just run-all`
1 parent 93dfa29 commit a9fe518

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.commitizen]
22
version = "0.12.0"
3-
bump_message = "build(version): :bookmark: update version from $current_version to $new_version [skip ci]"
3+
bump_message = "build(version): :bookmark: update version from $current_version to $new_version"
44
version_schema = "semver"
55
version_provider = "commitizen"
66
update_changelog_on_bump = true

template/.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
version_files = [

0 commit comments

Comments
 (0)