mirror of
https://github.com/TECHNOFAB11/bump2version.git
synced 2025-12-12 08:00:09 +01:00
update readme
This commit is contained in:
parent
cf9df8cfdb
commit
c3a1f21db2
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ Here's an example `.bumpversion.toml` configuration file you can use in your pro
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = "0.1.0" # Specify the current version of your project.
|
current_version = 0.1.0 # Specify the current version of your project, samne value as Cargo.toml version
|
||||||
|
|
||||||
# Specify how to search for and replace the version in the 'Cargo.toml' file.
|
# Specify how to search for and replace the version in the 'Cargo.toml' file.
|
||||||
[bumpversion:file:Cargo.toml]
|
[bumpversion:file:Cargo.toml]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue