Skip to content

Commit 172e4f1

Browse files
authored
build: 🔧 do not skip workflows on version bump (#6)
# Description Need the website to re-build after version bump to include the updated CHANGELOG.
1 parent 6eac546 commit 172e4f1

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,6 +1,6 @@
11
[tool.commitizen]
22
version = "0.1.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

0 commit comments

Comments
 (0)