test new bump code

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

View File

@ -6,3 +6,8 @@ tag_name = "{new_version}"
[[tool.bumpversion.files]]
filename = "VERSION"
[tool.bumpversion.parts.post_bump]
commands = [
"git push",
"git push origin --tags",
]