Enable version tagging and allow commits in bumpversion configuration

This commit is contained in:
2025-05-29 11:14:42 +02:00
parent 9ea5739bad
commit 63a14a159c

View File

@@ -29,12 +29,12 @@ replace = "{new_version}"
regex = false
ignore_missing_version = false
ignore_missing_files = false
tag = false
tag = true
sign_tags = false
tag_name = "v{new_version}"
tag_message = "Bump version: {current_version} → {new_version}"
allow_dirty = false
commit = false
allow_dirty = true
commit = true
message = "Bump version: {current_version} → {new_version}"
moveable_tags = []
commit_args = ""