From 8b8e9be21508a3dc6b3fc4f8069b09d4d01cc069 Mon Sep 17 00:00:00 2001 From: martonvago Date: Fri, 8 Aug 2025 13:36:56 +0100 Subject: [PATCH] build: :wrench: use correct .cz.toml --- .cz.toml | 4 +++- justfile | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.cz.toml b/.cz.toml index ff8c8fb..adb066f 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,6 +1,8 @@ [tool.commitizen] +version = "0.15.7" bump_message = "build(version): :bookmark: update version from $current_version to $new_version" +version_schema = "semver" +version_provider = "commitizen" update_changelog_on_bump = true -version_provider = "uv" # Don't regenerate the changelog on every update changelog_incremental = true diff --git a/justfile b/justfile index 9fdf690..fffcfcf 100644 --- a/justfile +++ b/justfile @@ -24,7 +24,7 @@ update-quarto-theme: # Update files in the template from the copier parent folder update-template: - cp .cz.toml .pre-commit-config.yaml .typos.toml .editorconfig template/ + cp .pre-commit-config.yaml .typos.toml .editorconfig template/ mkdir -p template/tools cp tools/get-contributors.sh template/tools/ cp .github/pull_request_template.md template/.github/