From 5e76631c75e903fb20e2feb276f8dd693737dc50 Mon Sep 17 00:00:00 2001 From: Karl Date: Tue, 15 Jul 2025 17:56:43 +0100 Subject: [PATCH] test new bump code --- .bumpversion.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index 4cd7f05..f6f57f9 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -5,4 +5,9 @@ tag = true tag_name = "{new_version}" [[tool.bumpversion.files]] -filename = "VERSION" \ No newline at end of file +filename = "VERSION" +[tool.bumpversion.parts.post_bump] +commands = [ + "git push", + "git push origin --tags", +] \ No newline at end of file