mirror of
https://github.com/TECHNOFAB11/bump2version.git
synced 2025-12-12 08:00:09 +01:00
feat: allow replacing multiple lines per file
This commit is contained in:
parent
053b7cb94b
commit
a576cb735f
5 changed files with 22 additions and 20 deletions
|
|
@ -1,4 +1,4 @@
|
|||
current_version = "1.0.2"
|
||||
current_version = "1.1.0"
|
||||
commit = true
|
||||
tag = true
|
||||
message = "chore: bump {current_version} → {new_version}"
|
||||
|
|
@ -11,8 +11,8 @@ type = "string"
|
|||
values = ["alpha", "beta", "stable"]
|
||||
|
||||
[file."Cargo.toml"]
|
||||
format = 'version = "{version}"'
|
||||
formats = ['version = "{version}"']
|
||||
|
||||
[file."Cargo.lock"]
|
||||
format = """name = "bump2version"
|
||||
version = "{version}""""
|
||||
formats = ["""name = "bump2version"
|
||||
version = "{version}""""]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue