Skip to content

Commit 64544ab

Browse files
committed
chore: remove git-cliff and tagging from bumpversion hooks
1 parent 346a9f6 commit 64544ab

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -405,24 +405,18 @@ replace = "{new_version}"
405405
regex = false
406406
ignore_missing_version = false
407407
ignore_missing_files = false
408-
tag = true
408+
tag = false
409409
sign_tags = false
410410
tag_name = "v{new_version}"
411411
allow_dirty = false
412412
commit = true
413413
commit_args = "--no-verify"
414414
tag_message = "Bump version: {current_version} → {new_version}"
415415
message = "Bump version: {current_version} → {new_version}"
416-
# Note: Uncomment the following line to avoid running tests and ketryx during version bumps
417-
#message = "Bump version: {current_version} → {new_version} [skip:test:all,skip:ketryx]"
418-
#tag_message = "Bump version: {current_version} → {new_version} [skip:test:all,skip:ketryx]"
419416
setup_hooks = []
420417
pre_commit_hooks = [
421418
"uv sync",
422419
"git add uv.lock",
423-
"uv run git-cliff --tag $BVHOOK_NEW_VERSION",
424-
"rm -f CHANGELOG.md.tmp",
425-
"git add CHANGELOG.md",
426420
]
427421
post_commit_hooks = []
428422

0 commit comments

Comments
 (0)