From dd56841fa78974fa2fd24465e83650fdf386aab8 Mon Sep 17 00:00:00 2001 From: Bharat Kunwar Date: Thu, 5 Dec 2024 10:56:27 +0000 Subject: [PATCH] chore: Bumpver config --- bumpver.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bumpver.toml b/bumpver.toml index d03c31ab..2c6d314e 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -4,8 +4,8 @@ version_pattern = "MAJOR.MINOR.PATCH[-TAGNUM]" commit_message = "chore: Bump version {old_version} -> {new_version}" commit = true fetch = false -tag = false -push = false +tag = true +push = true [tool.bumpver.file_patterns] "composer.json" = [