feat: Use .bumpversion.toml for configuration

This commit is contained in:
Karl 2025-07-15 11:25:59 +01:00
parent cc576e3c91
commit 41fef3cb15
2 changed files with 8 additions and 6 deletions

View File

@ -1,6 +0,0 @@
[bumpversion]
current_version = 1.2.7
commit = True
tag = True
[bumpversion:file:VERSION]

8
.bumpversion.toml Normal file
View File

@ -0,0 +1,8 @@
[tool.bumpversion]
current_version = "1.2.6"
commit = true
tag = true
tag_name = "{new_version}"
[[tool.bumpversion.files]]
filename = "VERSION"