2025-07-15 11:44:29 +01:00
|
|
|
[tool.bumpversion]
|
2025-07-15 17:56:49 +01:00
|
|
|
current_version = "1.3.4"
|
2025-07-15 11:25:59 +01:00
|
|
|
commit = true
|
|
|
|
tag = true
|
2025-07-15 11:44:29 +01:00
|
|
|
tag_name = "{new_version}"
|
2025-07-15 11:25:59 +01:00
|
|
|
|
2025-07-15 11:44:29 +01:00
|
|
|
[[tool.bumpversion.files]]
|
2025-07-15 17:56:43 +01:00
|
|
|
filename = "VERSION"
|
|
|
|
[tool.bumpversion.parts.post_bump]
|
|
|
|
commands = [
|
|
|
|
"git push",
|
|
|
|
"git push origin --tags",
|
|
|
|
]
|