KTVManager_UI/.bumpversion.toml
Karl c389ffb496
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 3m18s
Bump version: 1.3.3 → 1.3.4
2025-07-15 17:56:49 +01:00

13 lines
237 B
TOML

[tool.bumpversion]
current_version = "1.3.4"
commit = true
tag = true
tag_name = "{new_version}"
[[tool.bumpversion.files]]
filename = "VERSION"
[tool.bumpversion.parts.post_bump]
commands = [
"git push",
"git push origin --tags",
]