Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down