From 352db1f97a49c7811d0da9a64cbab083da77b3ac Mon Sep 17 00:00:00 2001 From: TECHNOFAB Date: Fri, 27 Dec 2024 13:58:59 +0100 Subject: [PATCH] chore: modify commit message and add cargo lock --- .bumpversion.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.bumpversion.toml b/.bumpversion.toml index 30a07d0..7a9ff03 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,6 +1,7 @@ current_version = "0.1.4" commit = true tag = true +message = "chore: bump {current_version} → {new_version}" # parse = '(?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))?' # serialize = "{major}.{minor}.{patch}-{stage}.{devnum}" @@ -11,3 +12,7 @@ values = ["alpha", "beta", "stable"] [file."Cargo.toml"] format = 'version = "{version}"' + +[file."Cargo.lock"] +format = """name = "bump2version" +version = "{version}""""