test new bump code

This commit is contained in:
Karl 2025-07-15 17:56:43 +01:00
parent 65356eef6f
commit 5e76631c75

View File

@ -5,4 +5,9 @@ tag = true
tag_name = "{new_version}"
[[tool.bumpversion.files]]
filename = "VERSION"
filename = "VERSION"
[tool.bumpversion.parts.post_bump]
commands = [
"git push",
"git push origin --tags",
]