mirror of
https://github.com/TECHNOFAB11/bump2version.git
synced 2025-12-12 16:10:07 +01:00
chore: modify commit message and add cargo lock
This commit is contained in:
parent
5e120a6ab8
commit
352db1f97a
1 changed files with 5 additions and 0 deletions
|
|
@ -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}""""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue