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