Enable tagging and commit options in bumpversion configuration

This commit is contained in:
2025-05-29 11:15:29 +02:00
parent ea16d817e1
commit a0d0535044

View File

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