File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ This adds the command `cargo bump` which bumps the current version in your
7
7
8
8
This is meant to be a clone of ` npm version ` with the ` pre* ` version specifiers
9
9
omitted as I rarely see the pre-release versions on [ crates.io] ( https://crates.io/ ) .
10
- It does not do the git operations but is still useful.
11
10
12
11
## installation
13
12
@@ -19,7 +18,7 @@ Install using cargo:
19
18
20
19
Increment the patch version: ` cargo bump ` or ` cargo bump patch `
21
20
22
- Increment the minor version: ` cargo bump minor `
21
+ Increment the minor version and create a git tag : ` cargo bump minor --git-tag `
23
22
24
23
Set the version number directly: ` cargo bump 13.3.7 `
25
24
32
31
FLAGS:
33
32
-h, --help Prints help information
34
33
-v, --version Prints version information
34
+ -g, --git-tag Commits the new version and creates a git tag
35
35
36
36
ARGS:
37
37
<version> Version should be a semver (https://semver.org/) string or the
You can’t perform that action at this time.
0 commit comments