diff --git a/.bumpversion.toml b/.bumpversion.toml index 37dfa78..373e164 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -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", -] \ No newline at end of file +filename = "VERSION" \ No newline at end of file