chore: modify commit message and add cargo lock

This commit is contained in:
TECHNOFAB 2024-12-27 13:58:59 +01:00
parent 5e120a6ab8
commit 352db1f97a
No known key found for this signature in database
GPG key ID: D06FBA11BA6FF836

View file

@ -1,6 +1,7 @@
current_version = "0.1.4"
commit = true
tag = true
message = "chore: bump {current_version} → {new_version}"
# parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\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}""""