Skip to content

Commit 265bcaa

Browse files
authored
build: 🔧 use correct .cz.toml (#130)
# Description This PR fixes the `.cz.toml` file. Closes #124 This PR needs a quick review. ## Checklist - [x] Added or updated tests - [x] Updated documentation - [x] Ran `just run-all`
1 parent 31e9b8a commit 265bcaa

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.cz.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[tool.commitizen]
2+
version = "0.15.7"
23
bump_message = "build(version): :bookmark: update version from $current_version to $new_version"
4+
version_schema = "semver"
5+
version_provider = "commitizen"
36
update_changelog_on_bump = true
4-
version_provider = "uv"
57
# Don't regenerate the changelog on every update
68
changelog_incremental = true

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ update-quarto-theme:
2424

2525
# Update files in the template from the copier parent folder
2626
update-template:
27-
cp .cz.toml .pre-commit-config.yaml .typos.toml .editorconfig template/
27+
cp .pre-commit-config.yaml .typos.toml .editorconfig template/
2828
mkdir -p template/tools
2929
cp tools/get-contributors.sh template/tools/
3030
cp .github/pull_request_template.md template/.github/

0 commit comments

Comments
 (0)