Skip to content

Commit a06ad63

Browse files
authored
Merge pull request #96 from mikeyangyo/master
docs(bump): modify typo in bump command docs
2 parents 1ba2208 + 610eb8b commit a06ad63

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/bump.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,21 +89,21 @@ cz bump --tag_format="v$version"
8989
```
9090

9191
```bash
92-
cz bump --tag_format="v$minor.$major.$path$prerelease"
92+
cz bump --tag_format="v$minor.$major.$patch$prerelease"
9393
```
9494

9595
In your `pyproject.toml` or `.cz.toml`
9696

9797
```toml
9898
[tool.commitizen]
99-
tag_format = "v$minor.$major.$path$prerelease"
99+
tag_format = "v$minor.$major.$patch$prerelease"
100100
```
101101

102102
Or in your `.cz` (TO BE DEPRECATED)
103103

104104
```
105105
[commitizen]
106-
tag_format = v$minor.$major.$path$prerelease
106+
tag_format = v$minor.$major.$patch$prerelease
107107
```
108108

109109
The variables must be preceded by a `$` sign.

0 commit comments

Comments
 (0)