try push = true

This commit is contained in:
Karl 2025-07-15 17:58:40 +01:00
parent c389ffb496
commit 7d98dd82c9

View File

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