File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -405,24 +405,18 @@ replace = "{new_version}"
405405regex = false
406406ignore_missing_version = false
407407ignore_missing_files = false
408- tag = true
408+ tag = false
409409sign_tags = false
410410tag_name = " v{new_version}"
411411allow_dirty = false
412412commit = true
413413commit_args = " --no-verify"
414414tag_message = " Bump version: {current_version} → {new_version}"
415415message = " 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]"
419416setup_hooks = []
420417pre_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]
427421post_commit_hooks = []
428422
You can’t perform that action at this time.
0 commit comments